1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 09:50:43 +00:00
v2fly/transport/internet/kcp
2018-12-01 17:39:51 +01:00
..
config.go use protocol in string form 2018-08-06 13:48:35 +02:00
config.pb.go update proto lib 2018-12-01 17:39:51 +01:00
config.proto completely remove connection reuse feature 2017-04-07 21:54:40 +02:00
connection_test.go cleanup kcp connection 2017-12-14 23:24:40 +01:00
connection.go refactor multibuffer 2018-11-18 19:36:36 +01:00
crypt_test.go format code 2017-10-26 21:44:22 +02:00
crypt.go cleanup unnecessary method in serial. 2018-11-02 18:20:02 +01:00
dialer.go remove use of context.WithValue in transport 2018-11-21 14:54:40 +01:00
errors.generated.go simplify error creation 2018-09-30 18:39:53 +02:00
io_test.go check payload length before decrypting it. fixes #1227 2018-08-08 00:26:01 +02:00
io.go allocate buffer on stack 2018-11-15 21:32:27 +01:00
kcp_test.go remove use of context.WithValue in transport 2018-11-21 14:54:40 +01:00
kcp.go use new errorgen 2018-09-30 23:08:41 +02:00
listener.go remove use of context.WithValue in transport 2018-11-21 14:54:40 +01:00
output.go simplify buffer extension 2018-11-02 21:34:04 +01:00
receiving.go remove unnecessary err object from SplitBytes 2018-11-18 19:44:32 +01:00
segment_test.go remove buffer.WriteBytes 2018-11-14 22:55:20 +01:00
segment.go simplify buffer extension 2018-11-02 21:34:04 +01:00
sending.go refactor multibuffer 2018-11-18 19:36:36 +01:00
xor_amd64.go noescape on asm functions 2018-11-19 00:33:20 +01:00
xor_amd64.s Revert "temporarily disable asm code" 2018-07-29 03:15:14 +02:00
xor.go Revert "temporarily disable asm code" 2018-07-29 03:15:14 +02:00