Commit Graph

1635 Commits (2268f3d1bc66d238e8aa029de8a53192daf53687)

Author SHA1 Message Date
v2ray cd4416e7e5 another test case for simple authenticator 2016-06-18 10:58:21 +02:00
v2ray b5ab714b52 fix duplicated asm function 2016-06-18 10:47:15 +02:00
v2ray f54da94d03 update asm code 2016-06-18 02:19:18 +02:00
v2ray f7396aad8c improve simple authenticator performance in amd64 2016-06-18 02:13:35 +02:00
v2ray 2b966b039f check for nil 2016-06-17 23:50:08 +02:00
v2ray 7a84c930d4 fix KCP 2016-06-17 23:09:26 +02:00
v2ray 87cb0d5dc9 update log 2016-06-17 18:03:31 +02:00
v2ray 233b73d1db improve kcp performance 2016-06-17 17:38:42 +02:00
v2ray f5d613f10a update kcp config 2016-06-17 16:57:48 +02:00
v2ray 42ae2d804f Integrate kcp with other components 2016-06-17 16:51:41 +02:00
v2ray e5394cdaa0 Check if inbound and outbound config are set. 2016-06-15 11:58:28 +02:00
v2ray 103c721626 adjust connection type priority 2016-06-15 01:08:03 +02:00
v2ray 9d21c78a01 remove ibound function 2016-06-15 01:06:02 +02:00
v2ray b8160bbdae merge dial and listen functions 2016-06-15 00:30:11 +02:00
v2ray c4536d99d4 test case for raw connection 2016-06-15 00:10:52 +02:00
v2ray 99516bc511 customizable kcp code 2016-06-14 23:25:06 +02:00
v2ray 71ce8f4416 enable kcp 2016-06-14 23:00:00 +02:00
v2ray 9b6dc6bcea massive refactoring for kcp 2016-06-14 22:54:08 +02:00
Darien Raymond 22ce652a25 Merge pull request #170 from xiaokangwang/kcptransport
Add KCP(UDPSession) as a transport for v2ray, reslove #162
2016-06-13 16:35:57 +02:00
Shelikhoo de4b4516ee
Fix: check jsonConfig.KcpConfig 2016-06-13 17:49:21 +08:00
Shelikhoo bcf87d1592
KCP: style 2016-06-13 16:34:35 +08:00
Shelikhoo 14623e6fa4
KCP: This code cause unwanted effect 2016-06-13 16:01:27 +08:00
Shelikhoo 18841209ee
KCP:Some Tests 2016-06-13 15:57:49 +08:00
v2ray c8da174a7a update install-release.sh 2016-06-13 09:25:19 +02:00
Shelikhoo 0f368f8139
KCP: comments 2016-06-13 15:03:58 +08:00
Shelikhoo 29e9473026
KCP: delay conn close to prevent conn leak+ 2016-06-13 12:56:37 +08:00
Shelikhoo 9144b66217
KCP: delay conn close to prevent conn leak 2016-06-13 07:08:40 +08:00
Shelikhoo 4df5d42011
KCP: discard useless conn in Accept+ 2016-06-13 06:17:28 +08:00
Shelikhoo f601962391
KCP: discard useless conn in Accept 2016-06-13 06:16:44 +08:00
v2ray 8a5f37dad7 check if address is set 2016-06-12 22:54:33 +02:00
Shelikhoo f4ff2e9366
Removed manadory mandatory requirement for Read/Write Timeout+ 2016-06-12 22:39:38 +08:00
Shelikhoo d0d63ee5b3
Removed manadory mandatory requirement for Read/Write Timeout 2016-06-12 22:37:50 +08:00
Shelikhoo 9315bb29fb
Fix: Dial3 misbehave 2016-06-12 15:21:59 +08:00
Shelikhoo 579786166c
Fix: DialWithoutCache3 misbehave 2016-06-12 15:15:47 +08:00
Shelikhoo 7fdf0de06d
KCP: Fixed: typo in <Fixed transport/config_json.go jsonConfig.KcpConfig, jsonConfig.KcpConfig.AdvancedConfig == nil> 2016-06-12 14:12:48 +08:00
Shelikhoo cbb183ec58
KCP: Fixed transport/config_json.go jsonConfig.KcpConfig, jsonConfig.KcpConfig.AdvancedConfig == nil 2016-06-12 14:10:19 +08:00
Shelikhoo e72a7cb96f
KCP: VMess will call setProxyCap to advertise KCP capacity on init 2016-06-12 13:57:08 +08:00
Shelikhoo 29cb680a4b
KCP: VMess will advertise its KCP capacity 2016-06-12 13:52:29 +08:00
Shelikhoo 6d6158b089
KCP: Vmess will pass its meta to Dial3 and ListenTCP6 2016-06-12 13:48:40 +08:00
Shelikhoo 0912574166
KCP: amend proxyMeta -> *proxymeta 2016-06-12 13:45:21 +08:00
Shelikhoo 4f9a9d1f0c
KCP: fix: meta type 2016-06-12 13:43:05 +08:00
Shelikhoo c07d478ab5
KCP: Dialers for KCP 2016-06-12 13:38:14 +08:00
Shelikhoo 35b30e5bb0
Finished ListenKCPhub 2016-06-12 13:22:09 +08:00
Shelikhoo 70201d8879
KCP:func ListenKCP finished 2016-06-12 13:14:07 +08:00
Shelikhoo a9ef8d27bd
Merged latest master 2016-06-12 12:58:20 +08:00
Shelikhoo e51710d144
Func: ListenTCP6 2016-06-12 12:46:26 +08:00
Shelikhoo 2fd963801c
KCP: Added Dial func 2016-06-12 12:46:26 +08:00
Shelikhoo e84d52263d
KCP: Moved apply to KCPv 2016-06-12 12:46:26 +08:00
Shelikhoo 0f28c577ce
KCP: Chiper generater 2016-06-12 12:46:26 +08:00
Shelikhoo 6f0b4aaf31
KCP: sorrgated Listener and conn 2016-06-12 12:46:26 +08:00