[usocket-cvs] r81 - public_html
ehuelsmann at common-lisp.net
ehuelsmann at common-lisp.net
Sun Feb 12 10:13:17 UTC 2006
Author: ehuelsmann
Date: Sun Feb 12 04:13:16 2006
New Revision: 81
Modified:
public_html/index.shtml
Log:
Update website with more explicit plans.
Modified: public_html/index.shtml
==============================================================================
--- public_html/index.shtml (original)
+++ public_html/index.shtml Sun Feb 12 04:13:16 2006
@@ -172,7 +172,20 @@
<td class="TODO">TODO</td>
</tr>
<tr>
- <td>Implement passive socket support.</td>
+ <td>Implement more uncommon api calls such as send, sendto and read
+ for tcp streams.</td>
+ <td class="TODO">TODO</td>
+ <td class="TODO">TODO</td>
+ <td class="TODO">TODO</td>
+ <td class="TODO">TODO</td>
+ <td class="TODO">TODO</td>
+ <td class="TODO">TODO</td>
+ <td class="TODO">TODO</td>
+ </tr>
+ <tr>
+ <td>Implement udp socket support.</td>
+ <td>Investigate API's provided and build on top of that
+ (or custom ffi).</td>
<td class="TODO">TODO</td>
<td class="TODO">TODO</td>
<td class="TODO">TODO</td>
More information about the usocket-cvs
mailing list