mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 12:19:54 +01:00
Order sendable messages by timestamp. Also fixed some comments.
This commit is contained in:
@@ -4,7 +4,7 @@ import java.io.IOException;
|
||||
|
||||
import net.sf.briar.api.protocol.BatchId;
|
||||
|
||||
/** An interface for creating an ack. */
|
||||
/** An interface for creating an ack packet. */
|
||||
public interface AckWriter {
|
||||
|
||||
/**
|
||||
|
||||
@@ -4,7 +4,7 @@ import java.io.IOException;
|
||||
|
||||
import net.sf.briar.api.protocol.BatchId;
|
||||
|
||||
/** An interface for creating a batch of messages. */
|
||||
/** An interface for creating a batch packet. */
|
||||
public interface BatchWriter {
|
||||
|
||||
/** Returns the capacity of the batch in bytes. */
|
||||
|
||||
@@ -5,7 +5,7 @@ import java.io.IOException;
|
||||
import net.sf.briar.api.protocol.MessageId;
|
||||
import net.sf.briar.api.protocol.OfferId;
|
||||
|
||||
/** An interface for creating a have notification. */
|
||||
/** An interface for creating an offer packet. */
|
||||
public interface OfferWriter {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user