130 Commits (f087654f258eb691488d3bd39c45c250bc8da84d)

Author SHA1 Message Date
orignal 8a234f70e6 send a packet to new remote lease in advance if current is about to expire 2 weeks ago
orignal 7104d334fd Do not increase the window size if the speed limit is reached when it is limited 3 weeks ago
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 2 months ago
orignal d4c1a1c0bb cleanup streaming destination's pools 2 months ago
orignal 17d0e59d02 fixed warning 2 months ago
orignal cb0801fc16 reduce number of retransmits 2 months ago
orignal 78ec5b2c6e faster RTT recalculation if bad sample 2 months ago
orignal 261acbbd66 recalculate RTT for one way communications 2 months ago
orignal a65dd218da correct endianess in SendQuickAck 2 months ago
orignal 50d297fa29 check if first packet 2 months ago
orignal 699e17b594 handle plain ack with options 2 months ago
orignal 07d108bb6f send immediate ack request if no packet being sent 2 months 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 3 months ago
orignal fb8e0e1b5b limit stream's inbound speed 3 months ago
orignal 41dd8b527d reduce number of acks being sent 3 months ago
orignal 09dbe9fc03 check option and packet length 3 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 4 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 6 months ago
orignal 26fac94d05 delete unused varibale 7 months ago
orignal 9a30068ae5 don't compare OBEP hash twice to check if it's a fresh tunnel 7 months ago
Vort 57e46ba0cf reset stream RTO if outbound tunnel was changed 7 months ago
Vort df3dc1f574 change tunnels during stream resend attempts 5 and 6 7 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 8 months ago
Vort 4f8f3a386f restart stream resend timer after updating initial RTO 8 months ago
Vort 83f0b9c041 extract single RTT sample from stream ACK 8 months ago
Vort cf77be0eeb add lower limit for stream RTO 8 months ago
Vort e7ff15c573 exclude resent stream packets from RTT calculations 8 months ago
orignal f2085ecc8d fixed warning 8 months ago
Vort d74033dd2b tune RTT calculations 8 months ago
Vort 3ceb64db2e 1. Use EWMA for stream RTT estimation; 8 months ago