You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Cloak/internal/multiplex
Andy Wang 5a3f63f101
Reduce allocation of frame objects on receiving data
4 years ago
..
datagramBufferedPipe.go Further reduce the amount of calls to AfterFunc 4 years ago
datagramBufferedPipe_test.go Fix timing sensitive tests 4 years ago
frame.go Rename constants to camel case 4 years ago
mux_test.go Fix multiplex test as test payload length may be randomised to 0 4 years ago
obfs.go Reduce allocation of frame objects on receiving data 4 years ago
obfs_test.go Reduce allocation of frame objects on receiving data 4 years ago
qos.go Linting 4 years ago
recvBuffer.go Reduce recvBuffer's implementation's buffer size limits 4 years ago
session.go Reduce allocation of frame objects on receiving data 4 years ago
session_fuzz.go Rename constants to camel case 4 years ago
session_test.go Improve data receive benchmark 4 years ago
stream.go Lazily allocate stream receiving buffer 4 years ago
streamBuffer.go Rename constants to camel case 4 years ago
streamBuffer_test.go Give time dependent tests more leeway 4 years ago
streamBufferedPipe.go Further reduce the amount of calls to AfterFunc 4 years ago
streamBufferedPipe_test.go Fix timing sensitive tests 4 years ago
stream_test.go Replace all time-sensitive tests with assert.Eventually 4 years ago
switchboard.go Add comments 4 years ago
switchboard_test.go Replace all time-sensitive tests with assert.Eventually 4 years ago