1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-10-01 00:06:11 -04:00
Commit Graph

79 Commits

Author SHA1 Message Date
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
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
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
Shelikhoo
a8792b2b60
Added Config for KCP connetions 2016-06-12 12:46:26 +08:00
Shelikhoo
77eee3ed37
Added kcp json parser(By doing nothing) 2016-06-12 12:46:26 +08:00
Shelikhoo
12c40b7195
Renamed to kcpv avoid name conflict 2016-06-12 12:46:26 +08:00
Shelikhoo
63c1f2106d
Added kcp related configs 2016-06-12 12:46:26 +08:00
v2ray
1c06fc216a allow redirection in dokodemo 2016-06-12 01:30:56 +02:00
v2ray
ffce784dce comments 2016-06-11 13:29:33 +02:00
v2ray
b17edf907e enable connection reuse by default 2016-06-11 02:05:29 +02:00
v2ray
a4d76dc394 support using specific address 2016-06-04 00:38:22 +02:00
v2ray
f3975aafbf remove unnecessary log 2016-06-02 21:49:57 +02:00
v2ray
40ebd1e9ae remove unused definition 2016-06-02 21:48:43 +02:00
v2ray
ff0cb89efa simplify connection reuse settings 2016-06-02 20:52:52 +02:00
v2ray
9a8bc3fc3c async connection close 2016-06-02 02:40:46 +02:00
v2ray
dfe1ac1f2b Fix connection reuse 2016-06-02 02:20:53 +02:00
v2ray
a86cd36ad2 configuration for connection reuse 2016-06-02 01:49:25 +02:00
v2ray
0fac2084c7 reusable connection 2016-05-31 00:21:41 +02:00
v2ray
da24d00367 reusable connection 2016-05-29 22:33:04 +02:00
v2ray
b47c1ca609 get rid of annoying firewall warnings 2016-05-29 16:37:52 +02:00
v2ray
fc63f0432c simplify testing 2016-05-24 21:55:46 +02:00
v2ray
18d75cb7b4 bug fixes to dns server 2016-05-16 11:53:18 -07:00
v2ray
ac4d92a186 fix udp connection mapping 2016-05-13 19:35:59 -07:00
v2ray
634c4964cc Massive fixes 2016-05-12 17:20:07 -07:00
v2ray
8fbca309df better management on udp connections 2016-05-10 15:43:02 -07:00
v2ray
1bd893501c reduce time of waiting for channel empty 2016-05-09 08:23:46 -07:00
v2ray
9b511fb071 Fix a typo 2016-05-09 08:04:55 -07:00
v2ray
663b9c9bbc busy wait on writing 2016-05-08 19:04:51 -07:00
v2ray
7d43952690 tcphub now takes tls config as construtor parameter 2016-05-03 00:16:07 +02:00
v2ray
f594f5b606 simplify tcp connection 2016-05-02 23:53:16 +02:00
v2ray
18069d377c Release stream when conn ends 2016-05-02 14:03:58 +02:00
v2ray
ccb874d65a tls connection 2016-04-28 21:13:41 +02:00