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

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

NTCP: Loop in pumper if more to write (ticket #2440)

parent e1385a71
No related branches found
No related tags found
No related merge requests found
......@@ -753,7 +753,7 @@ class EventPumper implements Runnable {
} else if (buf.remaining() > 0) {
// stay interested
//key.interestOps(key.interestOps() | SelectionKey.OP_WRITE);
break;
continue;
} else {
con.removeWriteBuf(buf);
//if (buffer time is too much, add OP_WRITe to the interest ops and break?)
......
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