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 e03080d3ba Lock stream sending in all cases 5 years ago
..
bufferedPipe.go Use bool instead of atomic into to record closed status 5 years ago
bufferedPipe_test.go Add and edit some tests 5 years ago
datagramBuffer.go Use bool instead of atomic into to record closed status 5 years ago
datagramBuffer_test.go Fix test 5 years ago
frame.go Use constants for Closing value 5 years ago
mux_test.go Move common types to its own package 5 years ago
obfs.go Eliminate some bounds check 5 years ago
obfs_test.go Remove redundant tests 5 years ago
qos.go Code style clean up 5 years ago
recvBuffer.go Implement WriterTo for receive buffers 5 years ago
session.go Lock stream sending in all cases 5 years ago
session_test.go Fix a race on closing stream 5 years ago
stream.go Lock stream sending in all cases 5 years ago
streamBuffer.go Protect buffer closing 5 years ago
streamBuffer_test.go Add tests 5 years ago
stream_test.go Add tests 5 years ago
switchboard.go Assign connId only when needed 5 years ago
switchboard_test.go Add tests 5 years ago