snowflake/common/turbotunnel
Cecylia Bocovich 4497d68d6f
Move time.Sleep call in turbotunnel test
An update the the kcp-go library removes the guarantee that all data
written to a KCP connection will be flushed before the connection is
closed. Moving the sleep call has no impact on the integrity of the
tests, and gives the connection time to flush data before the connection
is closed.

See https://github.com/xtaci/kcp-go/issues/273
2024-09-23 10:08:18 -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 Move time.Sleep call in turbotunnel test 2024-09-23 10:08:18 -04:00
redialpacketconn.go Fix comment typo on NewRedialPacketConn. 2023-03-13 15:10:35 -06:00