2004-12-11 jrandom

* Fix the missing HTTP timeout, which was caused by the deferred syn used
      by default.  This, in turn, meant the I2PSocket creation doesn't fail
      on .connect, but is unable to transfer any data in any direction.  We now
      detect that condition for the I2PTunnelHTTPClient and throw up the right
      error page.
    * Logging
This commit is contained in:
jrandom
2004-12-11 09:26:23 +00:00
committed by zzz
parent 60f8d349cf
commit 77ce6c33e3
6 changed files with 79 additions and 25 deletions

View File

@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.107 $ $Date: 2004/12/08 16:08:10 $";
public final static String ID = "$Revision: 1.108 $ $Date: 2004/12/11 02:05:13 $";
public final static String VERSION = "0.4.2.3";
public final static long BUILD = 1;
public final static long BUILD = 2;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION);
System.out.println("Router ID: " + RouterVersion.ID);