snowflake/client/lib
David Fifield d9b076c32e Don't do a separate check for a short write.
A short write will result in a non-nil error. It's an io.PipeWriter
anyway, which blocks until all the data has been read or the read end is
closed, in which case it returns io.ErrClosedPipe if not some other
error.
2020-04-27 17:49:38 -06:00
..
interfaces.go Remove unused Resetter interface. 2020-04-24 13:31:04 -06:00
lib_test.go Move StripLocalAddresses to a common util 2020-03-26 13:13:15 -04:00
peers.go Simplify Peers.Pop. 2020-04-24 15:45:15 -06:00
rendezvous.go Update GitHub issue numbers to Trac ticket numbers. 2020-04-02 12:36:09 -06:00
snowflake.go Use a global RedialPacketConn and smux.Session. 2020-04-23 16:03:03 -06: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 Don't do a separate check for a short write. 2020-04-27 17:49:38 -06:00