1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-01 03:25:23 +00:00
Commit Graph

845 Commits

Author SHA1 Message Date
Darien Raymond
5d9dacc261
fix tfo for darwin 2018-09-10 21:47:24 +02:00
Darien Raymond
b9e4a4882c
test tfo on listener 2018-09-10 21:19:59 +02:00
Darien Raymond
c8a12bc35d
move sockopt test back to its own file 2018-09-10 21:08:59 +02:00
Darien Raymond
929a5d5d42
fix sockopt for windows 2018-09-10 20:06:58 +02:00
Darien Raymond
b1e900a506
fix sockopt tests 2018-09-10 19:36:37 +02:00
Darien Raymond
af65048868
test case for tfo 2018-09-10 14:51:44 +02:00
Darien Raymond
418746fdb0
enable tfo on other platforms 2018-09-10 14:39:57 +02:00
Darien Raymond
356377ddde
change back to IPv4 address 2018-09-10 13:58:14 +02:00
Darien Raymond
6d750e8149
options for enable TFO 2018-09-10 13:23:27 +02:00
Darien Raymond
2ff93c65f3
fix build error 2018-09-07 15:18:08 +02:00
Darien Raymond
6c4850634b
better handling of nil stream settings 2018-09-07 15:00:46 +02:00
Darien Raymond
3d3f0a96d6
fix nil pointer handling in MemoryStreamConfig conversion. 2018-09-07 14:56:42 +02:00
Darien Raymond
b3847fb7c0
MemoryStreamSettings 2018-09-07 14:50:25 +02:00
Darien Raymond
fbd7bcab07
skip test as it requires admin right 2018-09-06 10:44:53 +02:00
Darien Raymond
036158570c
fix sockopt argument type 2018-09-06 10:18:11 +02:00
Darien Raymond
af3a08a848
prototype for marking connection 2018-09-06 10:06:57 +02:00
Darien Raymond
91109f3657
replace channel with pipe in udp conn 2018-09-03 00:56:43 +02:00
Darien Raymond
cb378a9dbf
release buffer 2018-09-01 21:20:06 +02:00
Darien Raymond
334b7bf5ed
fix buffer release time 2018-08-31 12:35:08 +02:00
Darien Raymond
38dd84ba03
release buffer on error 2018-08-31 12:12:40 +02:00
Darien Raymond
02ae48095b
add wireguard fake header 2018-08-27 21:52:25 +02:00
Darien Raymond
20f10c78b3
add support for wasm 2018-08-27 20:56:49 +02:00
Darien Raymond
fdb3a7b57d
remove use of buf.NewSize() 2018-08-16 12:05:33 +02:00
Darien Raymond
053fc38d38
refine udp hub api 2018-08-11 22:35:01 +02:00
Darien Raymond
e7d45d8d63
temporarily skip TLS test in ws 2018-08-09 16:51:47 +02:00
Darien Raymond
c89531022f
fix kcp state wait 2018-08-09 13:38:47 +02:00
Darien Raymond
ab87c240f7
reduce memory usage in tls 2018-08-09 13:30:29 +02:00
Darien Raymond
c81531fc77
destroy timer immedietely after use 2018-08-09 12:23:27 +02:00
Darien Raymond
b238188770
delayed timer creation 2018-08-09 12:23:08 +02:00
Darien Raymond
63c7f5e686
check payload length before decrypting it. fixes #1227 2018-08-08 00:26:01 +02:00
Darien Raymond
b79ec5f1ed
use protocol in string form 2018-08-06 13:48:35 +02:00
Darien Raymond
206f52affc
refine buffer interface 2018-07-30 22:45:06 +02:00
Darien Raymond
3b0bfe9422
check empty 2018-07-29 15:10:06 +02:00
Darien Raymond
47f1399995
check errors 2018-07-29 13:19:03 +02:00
Darien Raymond
18f3fb5196
comment 2018-07-29 10:47:50 +02:00
Darien Raymond
1ca3bb9750
remove segment pools 2018-07-29 03:54:24 +02:00
Darien Raymond
2d4a0f23d5
rewrite sending logic 2018-07-29 03:54:15 +02:00
Darien Raymond
a3fd81dfff
rework multibuf copy 2018-07-29 03:38:54 +02:00
Darien Raymond
9ee9af9e02
fix mb copy again 2018-07-29 03:23:59 +02:00
Darien Raymond
e0a2247a07
Revert "temporarily disable asm code"
This reverts commit 6e28b4f91d.
2018-07-29 03:15:14 +02:00
Darien Raymond
354ef3c27d
fix multibuffer copy 2018-07-29 03:13:29 +02:00
Darien Raymond
6e28b4f91d
temporarily disable asm code 2018-07-28 18:09:34 +02:00
Darien Raymond
ebea255c74
eliminate partial writes 2018-07-28 15:03:40 +02:00
Darien Raymond
4b63638dca
update protobuf lib 2018-07-25 00:36:28 +02:00
Darien Raymond
896db7c50c
offer an option to disable session resumption 2018-07-24 15:12:09 +02:00
Darien Raymond
e3cc12995f
fix some lint errors 2018-07-19 13:31:57 +02:00
Darien Raymond
14dc6371d3
receive handshake address from tls conn 2018-07-14 13:58:24 +02:00
Darien Raymond
9a9b6f9077
fix concurrent access to tls config 2018-07-14 00:21:58 +02:00
Darien Raymond
ffe18d94e4
update websocket reference 2018-07-13 12:17:52 +02:00
Darien Raymond
29ad2cbbdb
function to compare byte array 2018-07-12 23:38:10 +02:00