1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-23 05:34:27 -04:00
Commit Graph

77 Commits

Author SHA1 Message Date
v2ray
080f0abee9
receiving worker 2016-07-02 21:26:50 +02:00
v2ray
3e84e4cb44
rename acklist 2016-07-02 11:33:34 +02:00
v2ray
e1ce179b8e
remove unnecessary constants 2016-07-02 11:31:15 +02:00
v2ray
94fb16fdfa
refine kcp constructor 2016-07-02 11:19:32 +02:00
v2ray
a2abdc3d2f
refine mtu settings 2016-07-02 08:45:31 +02:00
v2ray
8e98ede75d
shrink buf in time 2016-07-01 23:27:57 +02:00
v2ray
2169dcd7da
fix a bug in length calculation 2016-07-01 22:54:59 +02:00
v2ray
829355e6bf
correctly calculate len of sending window 2016-07-01 15:54:04 +02:00
v2ray
dc53575540
bug fixes in sending window 2016-07-01 12:12:32 +02:00
v2ray
4c74e25319
sending window 2016-07-01 11:57:13 +02:00
v2ray
48d4f5b7bb
remove acklist test for the moment 2016-07-01 11:57:06 +02:00
v2ray
aa46e4ea05
extend ack timeout 2016-06-30 22:19:57 +02:00
v2ray
d63330d15e
refine ack list flushing 2016-06-30 22:19:30 +02:00
v2ray
5680c69146
locker protected ReceivingQueue.Put 2016-06-30 16:58:38 +02:00
v2ray
a1f5839461
receiving queue 2016-06-30 14:51:49 +02:00
v2ray
a6649fa0ff
remove unused variables 2016-06-30 11:35:35 +02:00
v2ray
9d83fbcb7c
fix cwnd 2016-06-30 11:19:35 +02:00
v2ray
7056b414e2
length protection in ReadSegment 2016-06-30 00:12:36 +02:00
v2ray
98cc28a4c4
leverage dice.Roll 2016-06-29 23:53:50 +02:00
v2ray
71c9bd678c
Fix receiving update 2016-06-29 23:41:04 +02:00
v2ray
313b3c1db0
shrink buf for all type of segments 2016-06-29 22:49:38 +02:00
v2ray
812ac54290
congestion control 2016-06-29 22:30:38 +02:00
v2ray
af5a2ac0bc
allow small capacity 2016-06-29 16:46:26 +02:00
v2ray
6e615c5863
correctly measure payload time 2016-06-29 14:49:49 +02:00
v2ray
c5170a36f0
agreesively close unresponding connections 2016-06-29 13:42:11 +02:00
v2ray
0047910a81
bug fixes 2016-06-29 12:52:23 +02:00
v2ray
d958b9884e
apply new classes to kcp core 2016-06-29 10:34:34 +02:00
v2ray
aa6726a6d0
segment.releasable 2016-06-27 22:54:59 +02:00
v2ray
41b230994e
segment writer 2016-06-27 22:52:48 +02:00
v2ray
beea2528ce
ack list 2016-06-27 22:34:46 +02:00
v2ray
6915095a0a
typed segments 2016-06-27 22:22:01 +02:00
v2ray
27b8715b63
refine rto settings 2016-06-27 17:05:01 +02:00
v2ray
32d9984e28
completely remove wnd probe 2016-06-27 12:16:36 +02:00
v2ray
5a5c9b891d
correct window calculation 2016-06-27 11:18:14 +02:00
v2ray
2e63b29191
correct srtt boundary 2016-06-27 09:14:30 +02:00
v2ray
231f5fc140
update RecivingWindow.Remove 2016-06-27 09:03:05 +02:00
v2ray
5ee87404fd
remove unused variable 2016-06-27 08:47:47 +02:00
v2ray
e9fdc35c3c
fix kcp dial log 2016-06-27 08:38:02 +02:00
v2ray
cf6d36ecd5
remove unnecessary flush 2016-06-27 00:04:28 +02:00
v2ray
3925b62751
high performance sending queue 2016-06-26 23:51:17 +02:00
v2ray
67ac925ee7
refactor bytes functions 2016-06-26 22:34:48 +02:00
v2ray
d12d5b0593
fix data structure 2016-06-25 23:28:22 +02:00
v2ray
d37c01905c
remove unnecessary conversion 2016-06-25 23:18:05 +02:00
v2ray
0812d7f9be
change writeBuffer to uint32 2016-06-25 23:17:04 +02:00
v2ray
5b70c33c77
remove tti check 2016-06-25 23:08:02 +02:00
v2ray
882746380e
Correct RTT Variation 2016-06-25 22:10:17 +02:00
v2ray
25ef62434a
high performance receiving window 2016-06-25 21:35:18 +02:00
v2ray
87e1d66ff0
remove segment.rto 2016-06-25 17:34:07 +02:00
v2ray
15f190d268
remove nodelay settings 2016-06-25 17:32:09 +02:00
v2ray
0613d0cf22
Clear sending queue when peer closed 2016-06-23 23:17:17 +02:00