snowflake/common
Cecylia Bocovich bf924445e3 Implement NAT discovery (RFC 5780) at the client
Snowflake clients will now attempt NAT discovery using the provided STUN
servers and report their NAT type to the Snowflake broker for matching.
The three possibilities for NAT types are:
- unknown (the client was unable to determine their NAT type),
- restricted (the client has a restrictive NAT and can only be paired
with unrestricted NATs)
- unrestricted (the client can be paired with any other NAT).
2020-07-06 13:16:03 -04:00
..
encapsulation Import Turbo Tunnel support code. 2020-04-23 14:00:03 -06:00
messages Increased test coverage for messages library 2019-12-06 11:30:34 -05:00
nat Implement NAT discovery (RFC 5780) at the client 2020-07-06 13:16:03 -04:00
safelog Add locks to safelog 2019-09-30 16:43:51 -04:00
turbotunnel Turbo Tunnel client and server. 2020-04-23 16:02:56 -06:00
util Have util.{Serialize,Deserialize}SessionDescription return an error 2020-04-27 18:46:56 -06:00
websocketconn Close internal Pipes in websocketconn.Conn Close. 2020-02-18 14:10:47 -07:00