2006-02-18 jrandom
* Migrate the outbound packets from a central component to the individual per-peer components, substantially cutting down on lock contention when dealing with higher degrees. * Load balance the outbound SSU transfers evenly across peers, rather than across messages (so peers with few messages won't be starved by peers with many). * Reduce the frequency of router info rebuilds (thanks bar!)
Showing
- history.txt 10 additions, 1 deletionhistory.txt
- router/java/src/net/i2p/router/RouterVersion.java 2 additions, 2 deletionsrouter/java/src/net/i2p/router/RouterVersion.java
- router/java/src/net/i2p/router/transport/udp/EstablishmentManager.java 80 additions, 44 deletions...rc/net/i2p/router/transport/udp/EstablishmentManager.java
- router/java/src/net/i2p/router/transport/udp/OutboundMessageFragments.java 123 additions, 455 deletions...et/i2p/router/transport/udp/OutboundMessageFragments.java
- router/java/src/net/i2p/router/transport/udp/PeerState.java 405 additions, 3 deletionsrouter/java/src/net/i2p/router/transport/udp/PeerState.java
- router/java/src/net/i2p/router/transport/udp/UDPTransport.java 33 additions, 14 deletions...r/java/src/net/i2p/router/transport/udp/UDPTransport.java
Loading
Please register or sign in to comment