Commit Graph

1494 Commits (27a29da7bfb6c05a84ecb82e5a7705c9edb09459)
 

Author SHA1 Message Date
v2ray aa38488712 clean up sessions
9 years ago
v2ray 8cd32a8267 avoid copying segment structure
9 years ago
v2ray ee0c25b0f3 reuse alloc.buffer in kcp
9 years ago
v2ray 7bf74761df remove unused code in kcp
9 years ago
v2ray a0d08e4961 check mtu setting
9 years ago
v2ray 16f5f81fe9 enlarge small buffer to fix common mtu size
9 years ago
v2ray 20f046af0b fix a race condition issue in VMess inbound
9 years ago
v2ray bac9304e05 better termination logic
9 years ago
v2ray 5334d25e16 normalize naming
9 years ago
v2ray cd4416e7e5 another test case for simple authenticator
9 years ago
v2ray b5ab714b52 fix duplicated asm function
9 years ago
v2ray f54da94d03 update asm code
9 years ago
v2ray f7396aad8c improve simple authenticator performance in amd64
9 years ago
v2ray 2b966b039f check for nil
9 years ago
v2ray 7a84c930d4 fix KCP
9 years ago
v2ray 87cb0d5dc9 update log
9 years ago
v2ray 233b73d1db improve kcp performance
9 years ago
v2ray f5d613f10a update kcp config
9 years ago
v2ray 42ae2d804f Integrate kcp with other components
9 years ago
v2ray e5394cdaa0 Check if inbound and outbound config are set.
9 years ago
v2ray 103c721626 adjust connection type priority
9 years ago
v2ray 9d21c78a01 remove ibound function
9 years ago
v2ray b8160bbdae merge dial and listen functions
9 years ago
v2ray c4536d99d4 test case for raw connection
9 years ago
v2ray 99516bc511 customizable kcp code
9 years ago
v2ray 71ce8f4416 enable kcp
9 years ago
v2ray 9b6dc6bcea massive refactoring for kcp
9 years ago
Darien Raymond 22ce652a25 Merge pull request #170 from xiaokangwang/kcptransport
9 years ago
Shelikhoo de4b4516ee
Fix: check jsonConfig.KcpConfig
9 years ago
Shelikhoo bcf87d1592
KCP: style
9 years ago
Shelikhoo 14623e6fa4
KCP: This code cause unwanted effect
9 years ago
Shelikhoo 18841209ee
KCP:Some Tests
9 years ago
v2ray c8da174a7a update install-release.sh
9 years ago
Shelikhoo 0f368f8139
KCP: comments
9 years ago
Shelikhoo 29e9473026
KCP: delay conn close to prevent conn leak+
9 years ago
Shelikhoo 9144b66217
KCP: delay conn close to prevent conn leak
9 years ago
Shelikhoo 4df5d42011
KCP: discard useless conn in Accept+
9 years ago
Shelikhoo f601962391
KCP: discard useless conn in Accept
9 years ago
v2ray 8a5f37dad7 check if address is set
9 years ago
Shelikhoo f4ff2e9366
Removed manadory mandatory requirement for Read/Write Timeout+
9 years ago
Shelikhoo d0d63ee5b3
Removed manadory mandatory requirement for Read/Write Timeout
9 years ago
Shelikhoo 9315bb29fb
Fix: Dial3 misbehave
9 years ago
Shelikhoo 579786166c
Fix: DialWithoutCache3 misbehave
9 years ago
Shelikhoo 7fdf0de06d
KCP: Fixed: typo in <Fixed transport/config_json.go jsonConfig.KcpConfig, jsonConfig.KcpConfig.AdvancedConfig == nil>
9 years ago
Shelikhoo cbb183ec58
KCP: Fixed transport/config_json.go jsonConfig.KcpConfig, jsonConfig.KcpConfig.AdvancedConfig == nil
9 years ago
Shelikhoo e72a7cb96f
KCP: VMess will call setProxyCap to advertise KCP capacity on init
9 years ago
Shelikhoo 29cb680a4b
KCP: VMess will advertise its KCP capacity
9 years ago
Shelikhoo 6d6158b089
KCP: Vmess will pass its meta to Dial3 and ListenTCP6
9 years ago
Shelikhoo 0912574166
KCP: amend proxyMeta -> *proxymeta
9 years ago
Shelikhoo 4f9a9d1f0c
KCP: fix: meta type
9 years ago