forked from I2P_Developers/i2p.i2p
- 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.