snowflake/client/lib
Cecylia Bocovich 1d76d3ca2e Implement limitedRead function for client side
MaxBytesReader is only documented for server side reads, so we're using
a local limitedRead function instead that uses an io.LimitedReader.

Declared limits in a commented constant
2019-05-28 13:29:59 -04:00
..
interfaces.go Start refactoring out a client and library 2018-11-20 22:38:02 -05:00
lib_test.go Start refactoring out a client and library 2018-11-20 22:38:02 -05:00
peers.go Start refactoring out a client and library 2018-11-20 22:38:02 -05:00
rendezvous.go Implement limitedRead function for client side 2019-05-28 13:29:59 -04:00
snowflake.go Start refactoring out a client and library 2018-11-20 22:38:02 -05:00
util.go Start refactoring out a client and library 2018-11-20 22:38:02 -05:00
webrtc.go Use OnIceGatheringStateChange instead of OnIceComplete in client 2019-05-21 14:34:40 -04:00