Commit Graph

128 Commits (9968afc03812a914f68f1452ad8a25db6bee7290)

Author SHA1 Message Date
orignal ac1c28cb39 don't send ack in case of lost packet and incoming speed limitation 1 month ago
orignal ca4db7aab2 handle siuatuion if only one lease in remote LeaseSet 1 month ago
orignal 13b2fc3266 drop window size only when lease changes 1 month ago
orignal d4c1a1c0bb cleanup streaming destination's pools 1 month ago
orignal 17d0e59d02 fixed warning 1 month ago
orignal cb0801fc16 reduce number of retransmits 1 month ago
orignal 78ec5b2c6e faster RTT recalculation if bad sample 1 month ago
orignal 261acbbd66 recalculate RTT for one way communications 1 month ago
orignal a65dd218da correct endianess in SendQuickAck 1 month ago
orignal 50d297fa29 check if first packet 1 month ago
orignal 699e17b594 handle plain ack with options 1 month ago
orignal 07d108bb6f send immediate ack request if no packet being sent 1 month ago
orignal ead1b72886 set half of window on remote lease change 2 months ago
orignal ae65af07c2 handle immediate ack request 2 months ago
orignal 509c039e2f use Rng from pool if possible 2 months ago
orignal 604bdf314f improved window size reculculation algorithm 2 months ago
orignal 3ff79038b5 handle individual NACKs 2 months ago
orignal d169b422da drop window if remote lease changes 2 months ago
orignal 7be64dad89 limit number of resent packets at the time 2 months ago
orignal 28adb54c0a don't send quick ack for each duplicated packet 2 months ago
orignal b4fcf76480 fixed warning 2 months ago
orignal fb8e0e1b5b limit stream's inbound speed 2 months ago
orignal 41dd8b527d reduce number of acks being sent 2 months ago
orignal 09dbe9fc03 check option and packet length 2 months ago
orignal 42782944fb Streaming congestion control improvements. Patch by onon 3 months ago
orignal efd754eb93 set min pacing time to 250 microseconds 3 months ago
orignal f232c8f2df don't limit num attempts in routing path. Increased routing path expiration to 2 minutes 3 months ago
orignal a9c486d7a1 fixed stream hanging due to inactivity. Smoother RTT 3 months ago
orignal d843502832 calculate min pacing time. Return wrongly removed line 4 months ago
orignal 0428b5ece1 limit stream's outbound speed 4 months ago
orignal ea9c69cd53 some cleanup 4 months ago
orignal 199d149bed improved congestion control 4 months ago
orignal 39e16824b9 reset routing path if duplicated SYN received 5 months ago
orignal 26fac94d05 delete unused varibale 6 months ago
orignal 9a30068ae5 don't compare OBEP hash twice to check if it's a fresh tunnel 6 months ago
Vort 57e46ba0cf reset stream RTO if outbound tunnel was changed 6 months ago
Vort df3dc1f574 change tunnels during stream resend attempts 5 and 6 6 months ago
orignal 4f1cb74f75 request choking delay if too many NACKs. Drop window size to 1 if choking delay received 7 months ago
orignal 75df8d3c7b drop ack Through to last packet if Number of NACKs exceeds 255 7 months ago
orignal 85be76b01a check if LeaseSet was submitted recently. Fixed typo 7 months ago
Vort a703d31893 don't double initial RTO 7 months ago
Vort 4f8f3a386f restart stream resend timer after updating initial RTO 7 months ago
Vort 83f0b9c041 extract single RTT sample from stream ACK 7 months ago
Vort cf77be0eeb add lower limit for stream RTO 7 months ago
Vort e7ff15c573 exclude resent stream packets from RTT calculations 7 months ago
orignal f2085ecc8d fixed warning 7 months ago
Vort d74033dd2b tune RTT calculations 7 months ago
Vort 3ceb64db2e 1. Use EWMA for stream RTT estimation;
2. Drop window size by 10% instead of 50% in case of resend.

Change is based on code by onon.
8 months ago
orignal 7e3157b162 don't process packet in terminated stream 8 months ago
orignal 822cb35efe limit send Ack timeout by Ack delay interval 9 months ago