snowflake/client/lib
Cecylia Bocovich e87b9175dd Implement snowflake client lib as PTv2.1 Go API
This implements a pluggable transports v2.1 compatible Go API in the
Snowflake client library, and refactors how the main Snowflake program
calls it. The Go API implements the two required client side functions:
a constructor that returns a Transport, and a Dial function for the
Transport that returns a net.Conn. See the PT specification for more
information:
https://github.com/Pluggable-Transports/Pluggable-Transports-spec/blob/master/releases/PTSpecV2.1/Pluggable%20Transport%20Specification%20v2.1%20-%20Go%20Transport%20API.pdf
2021-05-12 09:08:41 -04:00
..
interfaces.go Set max number of snowflakes in the Tongue 2020-08-27 16:44:07 -04:00
lib_test.go Implement snowflake client lib as PTv2.1 Go API 2021-05-12 09:08:41 -04:00
peers.go Add synchronization to prevent post-melt collects 2020-10-15 14:47:51 -04:00
rendezvous.go Update webrtc library to v3.0.0 2021-01-12 10:37:26 -05:00
snowflake.go Implement snowflake client lib as PTv2.1 Go API 2021-05-12 09:08:41 -04:00
turbotunnel.go Turbo Tunnel client and server. 2020-04-23 16:02:56 -06:00
util.go Simplify BytesSyncLogger. 2020-04-23 21:38:44 -06:00
webrtc.go Update webrtc library to v3.0.0 2021-01-12 10:37:26 -05:00