-
- Downloads
truckloads of logging
new async interface for error notification (e.g. you can get notified of an error prior to it throwing the IOException). This async is useful since the IOException can be delayed for up to a minute while waiting for the close packet to be delivered. The alternative is to fire off a new thread to do the closing, and we may want to go there later, but i'm not sure.
Showing
- apps/ministreaming/java/src/net/i2p/client/streaming/I2PServerSocketImpl.java 3 additions, 3 deletions...ava/src/net/i2p/client/streaming/I2PServerSocketImpl.java
- apps/ministreaming/java/src/net/i2p/client/streaming/I2PSocketImpl.java 43 additions, 18 deletions...ming/java/src/net/i2p/client/streaming/I2PSocketImpl.java
- apps/ministreaming/java/src/net/i2p/client/streaming/I2PSocketManager.java 19 additions, 17 deletions...g/java/src/net/i2p/client/streaming/I2PSocketManager.java
Loading
Please register or sign in to comment