Cloak/internal/multiplex
2020-12-27 21:40:59 +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
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 Remove incorrect concurrent uses of testing.T.Fatal 2020-12-23 23:12:51 +00:00
obfs_test.go Add new encryption method option aes-128-gcm 2020-12-27 13:26:45 +00:00
obfs.go Add new encryption method option aes-128-gcm 2020-12-27 13:26:45 +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_fuzz.go Rename constants to camel case 2020-10-21 16:42:24 +01:00
session_test.go Add unordered benchmark for RecvDataFromRemote 2020-12-27 21:40:59 +00:00
session.go Refactor obfuscate and deobfuscate functions to reduce a layer of indirection 2020-12-26 00:49:36 +00:00
stream_test.go Add new encryption method option aes-128-gcm 2020-12-27 13:26:45 +00:00
stream.go Refactor obfuscate and deobfuscate functions to reduce a layer of indirection 2020-12-26 00:49:36 +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 Only allocate and copy frame object into sorter heap when necessary (out of order frame) 2020-12-22 19:39:13 +00:00
streamBufferedPipe_test.go Fix timing sensitive tests 2020-12-19 19:30:53 +00:00
streamBufferedPipe.go Control flow optimisations 2020-12-26 16:34:25 +00:00
switchboard_test.go Replace all time-sensitive tests with assert.Eventually 2020-12-19 20:14:43 +00:00
switchboard.go Control flow optimisations 2020-12-26 16:34:25 +00:00