Cloak/internal/multiplex
Andy Wang a97f5759c0
Fix race condition in tests
2020-12-23 22:34:12 +00:00
..
datagramBufferedPipe.go Only allocate and copy frame object into sorter heap when necessary (out of order frame) 2020-12-22 19:39:13 +00:00
datagramBufferedPipe_test.go Only allocate and copy frame object into sorter heap when necessary (out of order frame) 2020-12-22 19:39:13 +00:00
frame.go Rename constants to camel case 2020-10-21 16:42:24 +01:00
mux_test.go Fix race condition in tests 2020-12-23 22:34:12 +00:00
obfs.go Reduce allocation of frame objects on receiving data 2020-12-22 14:45:29 +00:00
obfs_test.go Reduce allocation of frame objects on receiving data 2020-12-22 14:45:29 +00:00
qos.go Linting 2020-08-17 17:56:05 +01:00
recvBuffer.go Only allocate and copy frame object into sorter heap when necessary (out of order frame) 2020-12-22 19:39:13 +00:00
session.go Fix race condition in steam closing. Fall back to temp buffer allocation 2020-12-23 22:33:01 +00:00
session_fuzz.go Rename constants to camel case 2020-10-21 16:42:24 +01:00
session_test.go Use default hashmap to store streams. Avoid allocating a stream object on receiving every single frame 2020-12-22 20:21:40 +00:00
stream.go Fix race condition in steam closing. Fall back to temp buffer allocation 2020-12-23 22:33:01 +00:00
streamBuffer.go Only allocate and copy frame object into sorter heap when necessary (out of order frame) 2020-12-22 19:39:13 +00:00
streamBuffer_test.go Only allocate and copy frame object into sorter heap when necessary (out of order frame) 2020-12-22 19:39:13 +00:00
streamBufferedPipe.go Further reduce the amount of calls to AfterFunc 2020-12-06 00:16:29 +00:00
streamBufferedPipe_test.go Fix timing sensitive tests 2020-12-19 19:30:53 +00:00
stream_test.go Fix race condition in the use of assert.Eventually 2020-12-23 17:43:18 +00:00
switchboard.go Add comments 2020-10-20 01:10:57 +01:00
switchboard_test.go Replace all time-sensitive tests with assert.Eventually 2020-12-19 20:14:43 +00:00