forked from I2P_Developers/i2p.i2p
2004-12-06 jrandom
* Don't do a 'passive flush' while there are already outbound messages unacked. * Show the reseed link if up to 10 peers profiles are active (thanks dburton!)
This commit is contained in:
@@ -57,6 +57,7 @@ public class MessageOutputStreamTest {
|
||||
_data.write(buf, off, size);
|
||||
return new DummyWriteStatus();
|
||||
}
|
||||
public boolean writeInProcess() { return false; }
|
||||
public byte[] getData() { return _data.toByteArray(); }
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user