Commit Graph

852 Commits (7f697661cd4c947a068d298ee7e5964f23fe5a5b)

Author SHA1 Message Date
Darien Raymond 20251bf499
system listener for both TCP and UDP 2018-09-15 21:35:32 +02:00
Darien Raymond 47337d6496
add udp config 2018-09-15 21:33:02 +02:00
Darien Raymond eeca745e89
options for TProxy 2018-09-14 11:05:42 +02:00
Darien Raymond d068f357bd
update proto lib 2018-09-14 11:00:59 +02:00
Darien Raymond ed1d713ef4
fix a typo 2018-09-11 10:18:26 +02:00
Darien Raymond 1e4547e262
simplify tcp network detection 2018-09-11 10:03:26 +02:00
Darien Raymond 682b28cbda
fix tls.AllowInsecureCiphers 2018-09-10 23:55:54 +02:00
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