You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently netcheck reads from the magicsock udp & udp6 sockets directly, discarding anything that's not a stun packet. This loses real packets transferring data.
netcheck should only use the stun sockets to send. Only if it was not given any socket to send from should it bind sockets itself and both send and receive from those sockets.
The text was updated successfully, but these errors were encountered:
Currently netcheck reads from the magicsock udp & udp6 sockets directly, discarding anything that's not a stun packet. This loses real packets transferring data.
netcheck should only use the stun sockets to send. Only if it was not given any socket to send from should it bind sockets itself and both send and receive from those sockets.
The text was updated successfully, but these errors were encountered: