forked from I2P_Developers/i2p.i2p
merge of '5a88275dbd49dfde016676939fb28b1387447216'
and 'b4afc02ff8ecaf95f621169763cfa99e3f309102'
This commit is contained in:
@@ -125,7 +125,7 @@ public class I2PTunnelRunner extends I2PAppThread implements I2PSocket.SocketErr
|
||||
if (initialI2PData != null) {
|
||||
synchronized (slock) {
|
||||
i2pout.write(initialI2PData);
|
||||
//i2pout.flush();
|
||||
i2pout.flush();
|
||||
}
|
||||
}
|
||||
if (initialSocketData != null) {
|
||||
|
@@ -1,3 +1,7 @@
|
||||
2010-02-10 zzz
|
||||
* I2PTunnelRunner: Flush initial data, for some reason it wasn't
|
||||
getting flushed ever in some cases.
|
||||
|
||||
2010-02-10 zzz
|
||||
64-bit windows installer fixes. Still no 64-bit wrapper.
|
||||
Thanks eche|on for testing!
|
||||
|
@@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 10;
|
||||
public final static long BUILD = 11;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user