mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Check periodically for retransmittable packets. Bug #46.
This commit is contained in:
@@ -12,8 +12,8 @@ public interface MessagingSessionFactory {
|
||||
InputStream in);
|
||||
|
||||
MessagingSession createSimplexOutgoingSession(ContactId c, TransportId t,
|
||||
long maxLatency, OutputStream out);
|
||||
int maxLatency, OutputStream out);
|
||||
|
||||
MessagingSession createDuplexOutgoingSession(ContactId c, TransportId t,
|
||||
long maxLatency, long maxIdleTime, OutputStream out);
|
||||
int maxLatency, int maxIdleTime, OutputStream out);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user