mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Use the same maximum frame length for all transports.
This commit is contained in:
@@ -9,9 +9,6 @@ import java.io.OutputStream;
|
||||
*/
|
||||
public interface TransportConnectionWriter {
|
||||
|
||||
/** Returns the maximum frame length of the transport in bytes. */
|
||||
int getMaxFrameLength();
|
||||
|
||||
/** Returns the maximum latency of the transport in milliseconds. */
|
||||
int getMaxLatency();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user