forked from I2P_Developers/i2p.i2p
* I2PTunnelRunner: Flush initial data, for some reason it wasn't
getting flushed ever in some cases.
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) {
|
||||
|
Reference in New Issue
Block a user