mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Check periodically for retransmittable packets. Bug #46.
This commit is contained in:
@@ -13,10 +13,10 @@ public interface TransportConnectionWriter {
|
||||
int getMaxFrameLength();
|
||||
|
||||
/** Returns the maximum latency of the transport in milliseconds. */
|
||||
long getMaxLatency();
|
||||
int getMaxLatency();
|
||||
|
||||
/** Returns the maximum idle time of the transport in milliseconds. */
|
||||
long getMaxIdleTime();
|
||||
int getMaxIdleTime();
|
||||
|
||||
/** Returns the capacity of the transport connection in bytes. */
|
||||
long getCapacity();
|
||||
|
||||
Reference in New Issue
Block a user