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 91106f3c49
Prevent terminal msg from being overwritten to later concurrent writes
4 years ago
..
datagramBufferedPipe.go Control flow optimisations 4 years ago
datagramBufferedPipe_test.go Cleanup some tests using testify/assert 4 years ago
frame.go Rename constants to camel case 4 years ago
mux_test.go Cleanup some tests using testify/assert 4 years ago
obfs.go Improve encapsulation 4 years ago
obfs_test.go Better conform message data length to TLS standards 4 years ago
qos.go Linting 4 years ago
recvBuffer.go Prevent recvBufferSizeLimit from overflowing signed 32-bit integer 4 years ago
session.go Prevent terminal msg from being overwritten to later concurrent writes 4 years ago
session_fuzz.go Rename constants to camel case 4 years ago
session_test.go Fix RecvDataFromRemote benchmark 4 years ago
stream.go Remove redundant lazy allocation 4 years ago
streamBuffer.go Correctly copy frame payload in frame sorter 4 years ago
streamBuffer_test.go Only allocate and copy frame object into sorter heap when necessary (out of order frame) 4 years ago
streamBufferedPipe.go Control flow optimisations 4 years ago
streamBufferedPipe_test.go Cleanup some tests using testify/assert 4 years ago
stream_test.go Add new encryption method option aes-128-gcm 4 years ago
switchboard.go Control flow optimisation in picking switchboard strategy 4 years ago
switchboard_test.go Control flow optimisation in picking switchboard strategy 4 years ago