Cloak/internal/multiplex
2021-01-12 20:59:30 +00:00
..
datagramBufferedPipe_test.go Cleanup some tests using testify/assert 2020-12-29 01:24:32 +00:00
datagramBufferedPipe.go Control flow optimisations 2020-12-26 16:34:25 +00:00
frame.go Rename constants to camel case 2020-10-21 16:42:24 +01:00
mux_test.go Cleanup some tests using testify/assert 2020-12-29 01:24:32 +00:00
obfs_test.go Better conform message data length to TLS standards 2020-12-29 00:16:24 +00:00
obfs.go Improve encapsulation 2020-12-28 12:15:01 +00:00
qos.go Linting 2020-08-17 17:56:05 +01:00
recvBuffer.go Prevent recvBufferSizeLimit from overflowing signed 32-bit integer 2021-01-09 00:15:46 +00:00
session_fuzz.go Rename constants to camel case 2020-10-21 16:42:24 +01:00
session_test.go Fix RecvDataFromRemote benchmark 2020-12-31 12:28:40 +00:00
session.go Prevent terminal msg from being overwritten to later concurrent writes 2021-01-12 20:59:30 +00:00
stream_test.go Add new encryption method option aes-128-gcm 2020-12-27 13:26:45 +00:00
stream.go Remove redundant lazy allocation 2020-12-31 23:53:22 +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
streamBuffer.go Correctly copy frame payload in frame sorter 2020-12-28 00:48:41 +00:00
streamBufferedPipe_test.go Cleanup some tests using testify/assert 2020-12-29 01:24:32 +00:00
streamBufferedPipe.go Control flow optimisations 2020-12-26 16:34:25 +00:00
switchboard_test.go Control flow optimisation in picking switchboard strategy 2020-12-29 23:58:18 +00:00
switchboard.go Control flow optimisation in picking switchboard strategy 2020-12-29 23:58:18 +00:00