- Apr 27, 2010
- Apr 23, 2010
- Apr 21, 2010
- Apr 18, 2010
- Apr 16, 2010
-
-
sponge authored
-
HungryHobo authored
-
- Apr 15, 2010
- Apr 12, 2010
- Apr 10, 2010
-
-
zzz authored
and 'b5a86744c2877d9d738a2fdd2b99970a0160e062'
-
zzz authored
Fix the window size increment logic so it does it much more often. The code increased the window size by MSS * MSS / N, like in RFC 2581, but it did it only once every N, so that was like MSS * MSS / N**2. Now do it all the time, except for isolated packets like keepalives that aren't using more than one message of the window. Seems to speed up outbound significantly, without any noticable increase in stream.sendsBeforeAck.
-
zzz authored
-
zzz authored
-
zzz authored
- Don't die horribly if there is a router.info file but no router.keys file http://forum.i2p/viewtopic.php?t=4424 - Log tweaks
-
zzz authored
-
zzz authored
-
- Apr 08, 2010
-
-
forget authored
-
- Apr 07, 2010
-
-
zzz authored
-
zzz authored
-
zzz authored
- Increase min timeout - Logging tweaks
-
zzz authored
http://forum.i2p/viewtopic.php?t=4424
-
zzz authored
- Detect and drop dup SYNs rather than create a duplicate connection - will hopefully fix "Received a syn with the wrong IDs" - Send reset for a SYN ACK with the wrong IDs - Don't send a reset to a null dest - Logging tweaks - Cleanups
-