1386 Commits
Author SHA1 Message Date
v2ray 9c3ebc0453 allow control window larger than sending window v1.18 2016-07-03 23:16:48 +02:00
v2ray 968fffcffb fix test break 2016-07-03 22:33:08 +02:00
v2ray 2c259165ff read entire small payload 2016-07-03 22:32:28 +02:00
v2ray e4acfe7f7e sending worker 2016-07-03 22:14:38 +02:00
v2ray 54b791821e remove unnecessary log 2016-07-03 09:40:22 +02:00
v2ray 0eaa3ba27a refactor code 2016-07-03 09:38:51 +02:00
v2ray f8a614714c sending window fix 2016-07-03 09:38:40 +02:00
v2ray ab2cef1c09 shrink_buf 2016-07-03 00:57:28 +02:00
v2ray 84889117e9 simplify logic 2016-07-03 00:38:33 +02:00
v2ray e5c4fd3e1c remove unused variables 2016-07-03 00:27:01 +02:00
v2ray 490f77b4a0 cleanup 2016-07-03 00:00:43 +02:00
v2ray 7bc6d8af88 remove nodelay function 2016-07-02 23:59:43 +02:00
v2ray 951b278ac7 test case for receiving queue 2016-07-02 23:37:51 +02:00
v2ray 6416c42bee rename NewAckList 2016-07-02 23:18:12 +02:00
v2ray a1af9ea839 refine locks 2016-07-02 22:28:28 +02:00
v2ray 3ad83da7cb rename acksegment 2016-07-02 22:17:41 +02:00
v2ray 32da784549 remove deadlock 2016-07-02 22:06:37 +02:00
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 6ca4eaf3b6 update default capacity in config files 2016-07-01 17:51:50 +02:00
v2ray 829355e6bf correctly calculate len of sending window 2016-07-01 15:54:04 +02:00
Darien RaymondandGitHub 5714ae3935 Update README.md 2016-07-01 12:49:40 +02:00
Darien RaymondandGitHub c61db151df Update README.md 2016-07-01 12:43:35 +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 7aa848dc02 remove unused import 2016-06-30 10:47:33 +02:00
v2ray 7056b414e2 length protection in ReadSegment 2016-06-30 00:12:36 +02:00
v2ray f050113925 fix #185 2016-06-30 00:08:20 +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