-
- Downloads
* I2PTunnel:
- For clients, use a common thread pool that expires idle threads rather than keeping 5 accept() threads for each client. This also removes the configurable (30s default) max wait time for a socket, this may have to be restored. - Use pool for HTTP decompression also.
Showing
- apps/i2ptunnel/java/src/net/i2p/i2ptunnel/HTTPResponseOutputStream.java 10 additions, 1 deletion.../java/src/net/i2p/i2ptunnel/HTTPResponseOutputStream.java
- apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelClientBase.java 51 additions, 140 deletions...unnel/java/src/net/i2p/i2ptunnel/I2PTunnelClientBase.java
Loading
Please register or sign in to comment