[usocket-cvs] r271 - public_html
ehuelsmann at common-lisp.net
ehuelsmann at common-lisp.net
Fri Jun 8 21:37:00 UTC 2007
Author: ehuelsmann
Date: Fri Jun 8 17:36:59 2007
New Revision: 271
Modified:
public_html/feature-comparison.shtml
Log:
xhtml compliance. another pass.
Modified: public_html/feature-comparison.shtml
==============================================================================
--- public_html/feature-comparison.shtml (original)
+++ public_html/feature-comparison.shtml Fri Jun 8 17:36:59 2007
@@ -66,7 +66,7 @@
<td>Yes</td>
<td>No</td>
<td>No</td>
-
+</tr>
<tr><th rowspan="5">Server socket creation</th>
<th>Binding specific local port</th>
<td colspan="9">Yes</td>
@@ -82,7 +82,6 @@
<td>Yes</td>
<td>No</td>
<td>Yes</td>
-
</tr>
<tr><th>Selectable backlog length</th>
<td>No</td>
@@ -94,7 +93,7 @@
<td>Yes</td>
<td>No</td>
<td>Yes</td>
-
+</tr>
<tr><th>reuse-address</th>
<td>Yes</td>
<td>Yes</td>
@@ -105,11 +104,11 @@
<td>Yes</td>
<td>No*</td>
<td>Yes*</td>
-
+</tr>
<tr><th>:element-type for created connections</th>
<td colspan="8">No</td>
<td>Yes</td>
-
+</tr>
<tr><th rowspan="5">Accepting connections</th>
<th>:element-type for created stream</th>
<td>Yes</td>
@@ -121,7 +120,7 @@
<td>Yes</td>
<td>Yes</td>
<td>Yes*</td>
-
+</tr>
<tr><th>:external-format for created stream</th>
<td>No</td>
<td>No</td>
More information about the usocket-cvs
mailing list