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

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

flush requests in I2PTunelRunner

parent 949aea95
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) {
......
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