snowflake/client/lib
Simone Basso ed2d5df87d Fix datarace for WebRTCPeer.lastReceive
The race condition occurs because concurrent goroutines are
intermixing reads and writes of `WebRTCPeer.lastReceive`.

Spotted when integrating Snowflake inside OONI in
https://github.com/ooni/probe-cli/pull/373.
2021-06-24 11:16:24 -04:00
..
interfaces.go Set max number of snowflakes in the Tongue 2020-08-27 16:44:07 -04:00
lib_test.go Encode client-broker messages as json in HTTP body 2021-06-02 09:52:42 -04:00
peers.go Add synchronization to prevent post-melt collects 2020-10-15 14:47:51 -04:00
rendezvous.go Encode client-broker messages as json in HTTP body 2021-06-02 09:52:42 -04:00
snowflake.go Release resources in client Transport.Dial on error. 2021-05-24 15:28:13 -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 Fix datarace for WebRTCPeer.lastReceive 2021-06-24 11:16:24 -04:00