* Lower max netdb RI expiration again

* Increase default max tunnels
  * Cleanups after review
  * Exorcism (ticket #476)
This commit is contained in:
zzz
2011-10-10 19:22:03 +00:00
parent c884cfe6f6
commit f39e201067
12 changed files with 28 additions and 12 deletions

View File

@@ -35,6 +35,9 @@ public interface I2PSocket {
*/
public OutputStream getOutputStream() throws IOException;
/**
* @since 0.8.9
*/
public SelectableChannel getChannel() throws IOException;
/**