* I2PTunnelRunner: Flush initial data, for some reason it wasn't

getting flushed ever in some cases.
This commit is contained in:
zzz
2010-02-10 20:17:31 +00:00
parent 0e853a3119
commit 04ae0e2610
3 changed files with 6 additions and 2 deletions

View File

@@ -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) {