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

Lee Salzman enet-discuss@lists.puremagic.com
Mon, 14 Oct 2002 23:28:35 -0600


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

Modified Files:
	index.html 
Log Message:
Made the description blurb sound a bit more enticing. :)



Index: index.html
===================================================================
RCS file: /home/enet/cvsroot/web/index.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- index.html	2002/10/15 03:33:15	1.5
+++ index.html	2002/10/15 05:28:32	1.6
@@ -3,7 +3,14 @@
 <title>ENet</title>
 </head>
 <body>
-<p>ENet is a UDP networking library that provides both reliable and semi-reliable transmission of data.  The semi-reliable transmission only ensures that data is received in the order in which it was transmitted, not that the data will actually be received.  It is used in the <a href="http://wouter.fov120.com/cube/">Cube</a> 3D engine.</p>
+<p>ENet is a UDP networking library used in the <a href="http://wouter.fov120.com/cube/">Cube</a> 3D engine that provides superior performance and a wealth of features:</p>
+<ul>
+<li>connection management</li>
+<li>reliable (sequential and guarenteed delivery) and semi-reliable (sequential but not guarenteed delivery) packet transmission</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>
+</ul>
 
 <p>A copy from CVS as of October 14, 2002 can be <a href="download/enet.tar.gz">downloaded</a>.</p>