151 Commits (833e0a936eb8cba2937a4421d554aecb555f5a02)

Author SHA1 Message Date
orignal 3264704a23 Handle choked, new RTO and window size calculation 1 week ago
orignal cec68a2447 rollback 2 weeks ago
orignal dcbe6cfaf2 Update RTO calculation and windows reseting algorithm 2 weeks ago
orignal 65da550d19 fix bug with unexpected stream closing 2 weeks ago
Dimitris Apostolou 226257aa71
Fix typos 2 weeks ago
orignal 13604ccbb6 Changing the window calculation algorithm, increasing the minimum window size 3 weeks ago
orignal ffd18baf30 support boost 1.87 4 weeks ago
orignal 3474538697 replaced boost::asio::io_service by boost::asio:io_context 4 weeks ago
orignal 5f1b31213f more adequate initial RTT 4 weeks ago
orignal b80278421d re-create ECIES session for follow-on packets 1 month ago
orignal 5d5970bed4 more SYN resend attempts for outgoing stream 1 month ago
orignal 5b2d0c579b close stream if SYACK is not acked 1 month ago
orignal 3c4926f377 limit number of incoming ECIES sessions. Don't try to create ECIES session for incoming stream 1 month ago
orignal 391e3b7814 don't schedule send for first SYN reply 1 month ago
orignal 7285caa4f1 if i2p.streaming.maxConcurrentStreams is zeor or negative than unlimited 1 month ago
orignal 2778b092e3 i2p.streaming.maxConcurrentStreams I2CP param 1 month ago
orignal dbef3fe9d2 temirminate incoming right a way if no remote LeaseSet 1 month ago
orignal a411fff1d9 limit number of incoming streams. don't request LeaseSet for incoming stream 1 month ago
orignal 0e8d624d86 move UpdatePacingTime out of loop 2 months ago
orignal 7461b640e3 reduce CPU usage 2 months ago
orignal e6cbc842bf request new leaseset if all leases are about to expire 2 months ago
orignal 8a234f70e6 send a packet to new remote lease in advance if current is about to expire 2 months ago
orignal 7104d334fd Do not increase the window size if the speed limit is reached when it is limited 2 months ago
orignal ac1c28cb39 don't send ack in case of lost packet and incoming speed limitation 3 months ago
orignal ca4db7aab2 handle siuatuion if only one lease in remote LeaseSet 3 months ago
orignal 13b2fc3266 drop window size only when lease changes 3 months ago
orignal d4c1a1c0bb cleanup streaming destination's pools 3 months ago
orignal 17d0e59d02 fixed warning 3 months ago
orignal cb0801fc16 reduce number of retransmits 3 months ago
orignal 78ec5b2c6e faster RTT recalculation if bad sample 3 months ago
orignal 261acbbd66 recalculate RTT for one way communications 3 months ago
orignal a65dd218da correct endianess in SendQuickAck 3 months ago
orignal 50d297fa29 check if first packet 3 months ago
orignal 699e17b594 handle plain ack with options 3 months ago
orignal 07d108bb6f send immediate ack request if no packet being sent 3 months ago
orignal ead1b72886 set half of window on remote lease change 4 months ago
orignal ae65af07c2 handle immediate ack request 4 months ago
orignal 509c039e2f use Rng from pool if possible 4 months ago
orignal 604bdf314f improved window size reculculation algorithm 4 months ago
orignal 3ff79038b5 handle individual NACKs 4 months ago
orignal d169b422da drop window if remote lease changes 4 months ago
orignal 7be64dad89 limit number of resent packets at the time 4 months ago
orignal 28adb54c0a don't send quick ack for each duplicated packet 4 months ago
orignal b4fcf76480 fixed warning 4 months ago
orignal fb8e0e1b5b limit stream's inbound speed 4 months ago
orignal 41dd8b527d reduce number of acks being sent 4 months ago
orignal 09dbe9fc03 check option and packet length 4 months ago
orignal 42782944fb Streaming congestion control improvements. Patch by onon 5 months ago
orignal efd754eb93 set min pacing time to 250 microseconds 5 months ago
orignal f232c8f2df don't limit num attempts in routing path. Increased routing path expiration to 2 minutes 5 months ago