[enet-cvs] CVS: web index.html,1.6,1.7

Lee Salzman enet-discuss@lists.puremagic.com
Tue, 15 Oct 2002 09:02:34 -0600


Update of /home/enet/cvsroot/web
In directory sferik:/tmp/cvs-serv7276

Modified Files:
	index.html 
Log Message:
Missed a feature. :)



Index: index.html
===================================================================
RCS file: /home/enet/cvsroot/web/index.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- index.html	2002/10/15 05:28:32	1.6
+++ index.html	2002/10/15 15:02:31	1.7
@@ -7,6 +7,7 @@
 <ul>
 <li>connection management</li>
 <li>reliable (sequential and guarenteed delivery) and semi-reliable (sequential but not guarenteed delivery) packet transmission</li>
+<li>packet fragmentation and reassembly (unstricted packet sizes)</li>
 <li>multiple channels per connection for independently sequenced packet streams</li>
 <li>bandwidth allocation and throttling</li>
 <li>portability between Windows and Unix variants</li>