-
- Downloads
2005-03-01 jrandom
* Really disable the streaming lib packet caching * Synchronized a message handling point in the SDK (even though its use is already essentially single threaded, its better to play it safe) * Don't add new RepublishLeaseSetJobs on failure, just requeue up the existing one (duh) * Throttle the number of concurrent pending tunnel builds across all pools, in addition to simply throttling the number of new requests per minute for each pool individually. This should avoid the cascading failure when tunnel builds take too long, as no new builds will be created until the previous ones are handled. * Factored out and extended the DataHelper's unit tests for dealing with long and date formatting. * Explicitly specify the HTTP auth realm as "i2prouter", though this alone doesn't address the bug where jetty asks for authentication too much. (thanks orion!) * Updated the StreamSinkServer to ignore all read bytes, rather than write them to the filesystem.
Showing
- apps/ministreaming/java/src/net/i2p/client/streaming/StreamSinkServer.java 3 additions, 2 deletions...g/java/src/net/i2p/client/streaming/StreamSinkServer.java
- apps/routerconsole/java/src/net/i2p/router/web/RouterConsoleRunner.java 1 addition, 1 deletion...sole/java/src/net/i2p/router/web/RouterConsoleRunner.java
- apps/streaming/java/src/net/i2p/client/streaming/MessageInputStream.java 7 additions, 6 deletions...java/src/net/i2p/client/streaming/MessageInputStream.java
- apps/streaming/java/src/net/i2p/client/streaming/Packet.java 3 additions, 3 deletionsapps/streaming/java/src/net/i2p/client/streaming/Packet.java
- core/java/src/net/i2p/client/I2PSessionImpl.java 8 additions, 3 deletionscore/java/src/net/i2p/client/I2PSessionImpl.java
- core/java/src/net/i2p/data/DataHelper.java 2 additions, 38 deletionscore/java/src/net/i2p/data/DataHelper.java
- core/java/test/net/i2p/data/DataHelperTest.java 160 additions, 0 deletionscore/java/test/net/i2p/data/DataHelperTest.java
- history.txt 20 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/networkdb/kademlia/RepublishLeaseSetJob.java 1 addition, 3 deletions...t/i2p/router/networkdb/kademlia/RepublishLeaseSetJob.java
- router/java/src/net/i2p/router/tunnel/pool/OnCreatedJob.java 2 additions, 0 deletionsrouter/java/src/net/i2p/router/tunnel/pool/OnCreatedJob.java
- router/java/src/net/i2p/router/tunnel/pool/TunnelBuilder.java 6 additions, 1 deletion...er/java/src/net/i2p/router/tunnel/pool/TunnelBuilder.java
- router/java/src/net/i2p/router/tunnel/pool/TunnelPool.java 9 additions, 0 deletionsrouter/java/src/net/i2p/router/tunnel/pool/TunnelPool.java
- router/java/src/net/i2p/router/tunnel/pool/TunnelPoolManager.java 43 additions, 0 deletions...ava/src/net/i2p/router/tunnel/pool/TunnelPoolManager.java
Loading
Please register or sign in to comment