Order sendable messages by timestamp. Also fixed some comments.

This commit is contained in:
akwizgran
2011-09-07 15:55:03 +01:00
parent bbf957cc94
commit 39be97a4d6
5 changed files with 10 additions and 12 deletions

View File

@@ -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 {
/**

View File

@@ -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. */

View File

@@ -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 {
/**