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 351316490d
fix typos
6 years ago
..
config.go use protocol in string form 6 years ago
config.pb.go update protobuf generated files 6 years ago
config.proto
connection.go fix typos 6 years ago
connection_test.go
crypt.go
crypt_test.go
dialer.go move session based info into session package 6 years ago
errors.generated.go simplify error creation 6 years ago
io.go remove use of buf.NewSize() 6 years ago
io_test.go check payload length before decrypting it. fixes #1227 6 years ago
kcp.go use new errorgen 6 years ago
kcp_test.go MemoryStreamSettings 6 years ago
listener.go unified tproxy option 6 years ago
output.go
receiving.go check empty 6 years ago
segment.go remove segment pools 6 years ago
segment_test.go refine buffer interface 6 years ago
sending.go
xor.go
xor_amd64.go
xor_amd64.s