snowflake/client/lib
David Fifield 70126177fb Turbo Tunnel client and server.
The client opts into turbotunnel mode by sending a magic token at the
beginning of each WebSocket connection (before sending even the
ClientID). The token is just a random byte string I generated. The
server peeks at the token and, if it matches, uses turbotunnel mode.
Otherwise, it unreads the token and continues in the old
one-session-per-WebSocket mode.
2020-04-23 16:02:56 -06:00
..
interfaces.go Formatting improvements. 2020-01-23 10:43:31 -07:00
lib_test.go Move StripLocalAddresses to a common util 2020-03-26 13:13:15 -04:00
peers.go Close the melt channel, don't just send once on it. 2020-01-23 11:24:00 -07:00
rendezvous.go Update GitHub issue numbers to Trac ticket numbers. 2020-04-02 12:36:09 -06:00
snowflake.go Turbo Tunnel client and server. 2020-04-23 16:02:56 -06:00
turbotunnel.go Turbo Tunnel client and server. 2020-04-23 16:02:56 -06:00
util.go Refactor (De)SerializeSessionDescription as common utils 2020-03-17 20:16:58 -04:00
webrtc.go Remove uniuri dependency. 2020-04-03 17:52:44 -06:00