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
notsure2 d35472aea1 Store stream in packet receive path instead of asynchronously to fix https://github.com/cbeuw/Cloak/issues/74 5 years ago
..
blackhole_test.go Fix #61 5 years ago
bufferedPipe.go Make buffer close non-blocking 5 years ago
bufferedPipe_test.go Add and edit some tests 5 years ago
datagramBuffer.go Make buffer close non-blocking 5 years ago
datagramBuffer_test.go Make buffer close non-blocking 5 years ago
frame.go Use constants for Closing value 5 years ago
obfs.go Working direct WebSocket transport 5 years ago
obfs_test.go Working direct WebSocket transport 5 years ago
qos.go Code style clean up 5 years ago
recvBuffer.go Remove unnecessary Len check 5 years ago
session.go Store stream in packet receive path instead of asynchronously to fix https://github.com/cbeuw/Cloak/issues/74 5 years ago
session_test.go Use sync.Map in multiplex instead of manual locks 5 years ago
stream.go Introduce a special Session closing frame 5 years ago
streamBuffer.go Receiving a closing frame no longer returns error on Write 5 years ago
streamBuffer_test.go Rename a test set 5 years ago
stream_test.go Use sync.Map in multiplex instead of manual locks 5 years ago
switchboard.go Code style clean up 5 years ago
switchboard_test.go Use sync.Map in multiplex instead of manual locks 5 years ago