I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 0fbe84e9 authored by jrandom's avatar jrandom Committed by zzz
Browse files

2005-04-30 jrandom

    * Reduced some SimpleTimer churn
* add hooks for per-peer choking in the outbound message queue - if/when a
  peer reaches their cwin, no further messages will enter the 'active' pool
  until there are more bytes available.  other messages waiting (either later
  on in the same priority queue, or in the queues for other priorities) may
  take that slot.
* when we have a message acked, release the acked size to the congestion
  window (duh), rather than waiting for the second to expire and refill the
  capacity.
* send packets in a volley explicitly, waiting until we can allocate the full
  cwin size for that message
parent 8063889d
No related branches found
No related tags found
No related merge requests found
Showing
with 255 additions and 120 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment