from last checkin - fix enforce proto default, fix http client delayed start

This commit is contained in:
zzz
2012-06-20 01:19:05 +00:00
parent e383477b01
commit d8a2e39006
2 changed files with 5 additions and 4 deletions

View File

@ -102,7 +102,7 @@ class ConnectionOptions extends I2PSocketOptionsImpl {
* If PROTO is enforced, we cannot communicate with destinations earlier than version 0.7.1.
* @since 0.9.1
*/
private static final boolean DEFAULT_ENFORCE_PROTO = true;
private static final boolean DEFAULT_ENFORCE_PROTO = false;
// Syncronization fix, but doing it this way causes NPE...
// FIXME private final int _trend[] = new int[TREND_COUNT]; FIXME