snowflake/common/turbotunnel
Cecylia Bocovich b9e7865c50
Fix data race in queuepacketconn_test.go
Use mutex when checking the length of a TranscriptPacketConn.
2025-09-09 09:54:33 -04:00
..
clientid.go Import Turbo Tunnel support code. 2020-04-23 14:00:03 -06:00
clientmap.go Fix a comment left over from turbotunnel-quic. 2023-06-29 19:59:50 +00:00
clientmap_test.go Manually unlock the mutex in ClientMap.SendQueue. 2022-12-08 08:03:54 -07:00
consts.go Reduce turbotunnel queueSize from 2048 to 512. 2022-12-08 08:03:54 -07:00
queuepacketconn.go Use a sync.Pool to reuse packet buffers in QueuePacketConn. 2023-04-04 20:22:32 -06:00
queuepacketconn_test.go Fix data race in queuepacketconn_test.go 2025-09-09 09:54:33 -04:00
redialpacketconn.go Fix comment typo on NewRedialPacketConn. 2023-03-13 15:10:35 -06:00