* Addressbook: Disallow '.-' and '-.' in host names

* NTCP: Don't drop a connection unless both directions are idle;
            Fix idle time for outbound connections
    * Outbound message: Make sure cached lease is in current leaseSet
    * Stats: Put all NetworkDatabase stats in same group
    * TunnelPool: Stop building tunnels and leaseSets after client shutdown
    * i2psnark: Add locking to prevent two I2CP connections
This commit is contained in:
zzz
2008-04-12 21:34:25 +00:00
parent 215eb14d38
commit 0b600669c7
11 changed files with 38 additions and 15 deletions

View File

@ -97,7 +97,7 @@ public class I2PSnarkUtil {
/**
* Connect to the router, if we aren't already
*/
public boolean connect() {
synchronized public boolean connect() {
if (_manager == null) {
Properties opts = new Properties();
if (_opts != null) {