flush requests in I2PTunelRunner

This commit is contained in:
zzz
2010-02-10 20:13:07 +00:00
parent 949aea951e
commit cada9fae44

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