forked from I2P_Developers/i2p.i2p
add note
This commit is contained in:
@@ -98,6 +98,7 @@ public class Connection {
|
|||||||
_log = _context.logManager().getLog(Connection.class);
|
_log = _context.logManager().getLog(Connection.class);
|
||||||
_receiver = new ConnectionDataReceiver(_context, this);
|
_receiver = new ConnectionDataReceiver(_context, this);
|
||||||
_inputStream = new MessageInputStream(_context);
|
_inputStream = new MessageInputStream(_context);
|
||||||
|
// FIXME pass through a passive flush delay setting as the 4th arg
|
||||||
_outputStream = new MessageOutputStream(_context, _receiver, (opts == null ? Packet.MAX_PAYLOAD_SIZE : opts.getMaxMessageSize()));
|
_outputStream = new MessageOutputStream(_context, _receiver, (opts == null ? Packet.MAX_PAYLOAD_SIZE : opts.getMaxMessageSize()));
|
||||||
_outboundPackets = new TreeMap();
|
_outboundPackets = new TreeMap();
|
||||||
_options = (opts != null ? opts : new ConnectionOptions());
|
_options = (opts != null ? opts : new ConnectionOptions());
|
||||||
|
Reference in New Issue
Block a user