[enet-cvs]CVS: enet design.txt,1.2,1.3
Lee Salzman
enet at sferik.cubik.org
Sun May 18 07:03:27 PDT 2003
Update of /home/enet/cvsroot/enet
In directory sferik:/tmp/cvs-serv3134
Modified Files:
design.txt
Log Message:
Typos. :)
Index: design.txt
===================================================================
RCS file: /home/enet/cvsroot/enet/design.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- design.txt 2003/03/08 01:49:13 1.2
+++ design.txt 2003/05/18 12:03:24 1.3
@@ -38,10 +38,10 @@
of 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 packets are
+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