You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
v2ray-core/transport/internet/kcp
Darien Raymond a1b33c3bd6
remove unused functions
6 years ago
..
config.go remove unused functions 6 years ago
config.pb.go update proto lib 6 years ago
config.proto
connection.go refactor multibuffer 6 years ago
connection_test.go
crypt.go
crypt_test.go
dialer.go remove use of context.WithValue in transport 6 years ago
errors.generated.go
io.go fix #1477 6 years ago
io_test.go
kcp.go
kcp_test.go remove use of context.WithValue in transport 6 years ago
listener.go move udp packet to protocol 6 years ago
output.go simplify buffer extension 6 years ago
receiving.go remove unnecessary err object from SplitBytes 6 years ago
segment.go simplify buffer extension 6 years ago
segment_test.go remove buffer.WriteBytes 6 years ago
sending.go refactor multibuffer 6 years ago
xor.go
xor_amd64.go noescape on asm functions 6 years ago
xor_amd64.s