[enet-cvs]CVS: enet/docs design.dox,1.1,1.2
Lee Salzman
enet at sferik.cubik.org
Sun May 18 13:18:17 PDT 2003
Update of /home/enet/cvsroot/enet/docs
In directory sferik:/tmp/cvs-serv17984
Modified Files:
design.dox
Log Message:
typos
Index: design.dox
===================================================================
RCS file: /home/enet/cvsroot/enet/docs/design.dox,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- design.dox 2003/03/08 23:56:29 1.1
+++ design.dox 2003/05/18 18:18:15 1.2
@@ -42,10 +42,10 @@
packets, ENet presents connections as multiple, properly sequenced
packet streams that simplify the transfer of various types of data.
-ENet provides sequencing for all packets by assigning to to each sent
+ENet provides sequencing for all packets by assigning to each sent
packet a sequence number that is incremented as packets are sent. ENet
guarentees that no packet with a higher sequence number will be
-delivered before a packet with a higher sequence number, thus ensuring
+delivered before a packet with a lower sequence number, thus ensuring
packets are delivered exactly in the order they are sent.
For unreliable packets, ENet will simply discard the lower sequence
More information about the enet-cvs
mailing list