snowflake/client/lib
David Fifield bc5498cb4b Fix the order of arguments of client copyLoop to match the call.
The call was
	copyLoop(socks, snowflake)
but the function signature was
	func copyLoop(WebRTC, SOCKS io.ReadWriter) {

The mistake was mostly harmless, because both arguments were treated the
same, except that error logs would have reported the wrong direction.
2020-01-28 03:04:14 -07:00
..
interfaces.go Formatting improvements. 2020-01-23 10:43:31 -07:00
lib_test.go Touched up snowflake client tests 2019-12-06 11:30:34 -05:00
peers.go Close the melt channel, don't just send once on it. 2020-01-23 11:24:00 -07:00
rendezvous.go Simplify NewWebRTCDialer. 2020-01-27 20:53:27 -07:00
snowflake.go Fix the order of arguments of client copyLoop to match the call. 2020-01-28 03:04:14 -07:00
util.go Remove unnecessary initialisation of last 2019-10-08 10:25:44 -04:00
webrtc.go Bring code into line with Golangci-lint linters 2019-10-08 10:25:44 -04:00