I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit c145ed10 authored by zzz's avatar zzz
Browse files

merge of '5a88275dbd49dfde016676939fb28b1387447216'

     and 'b4afc02ff8ecaf95f621169763cfa99e3f309102'
parents 2b4b47ef 04ae0e26
No related branches found
No related tags found
No related merge requests found
...@@ -125,7 +125,7 @@ public class I2PTunnelRunner extends I2PAppThread implements I2PSocket.SocketErr ...@@ -125,7 +125,7 @@ public class I2PTunnelRunner extends I2PAppThread implements I2PSocket.SocketErr
if (initialI2PData != null) { if (initialI2PData != null) {
synchronized (slock) { synchronized (slock) {
i2pout.write(initialI2PData); i2pout.write(initialI2PData);
//i2pout.flush(); i2pout.flush();
} }
} }
if (initialSocketData != null) { if (initialSocketData != null) {
......
2010-02-10 zzz
* I2PTunnelRunner: Flush initial data, for some reason it wasn't
getting flushed ever in some cases.
2010-02-10 zzz 2010-02-10 zzz
64-bit windows installer fixes. Still no 64-bit wrapper. 64-bit windows installer fixes. Still no 64-bit wrapper.
Thanks eche|on for testing! Thanks eche|on for testing!
......
...@@ -18,7 +18,7 @@ public class RouterVersion { ...@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */ /** deprecated */
public final static String ID = "Monotone"; public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION; public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 10; public final static long BUILD = 11;
/** for example "-test" */ /** for example "-test" */
public final static String EXTRA = ""; public final static String EXTRA = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment