[usocket-cvs] r182 - usocket/trunk/doc

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Fri Jan 19 23:43:12 UTC 2007


Author: ehuelsmann
Date: Fri Jan 19 18:43:12 2007
New Revision: 182

Modified:
   usocket/trunk/doc/backends.txt
Log:
Document new backend requirements.

Modified: usocket/trunk/doc/backends.txt
==============================================================================
--- usocket/trunk/doc/backends.txt	(original)
+++ usocket/trunk/doc/backends.txt	Fri Jan 19 18:43:12 2007
@@ -11,6 +11,7 @@
 
  - handle-condition
  - socket-connect
+ - socket-listen
  - get-hosts-by-name [ optional ]
  - get-host-by-address [ optional ]
 
@@ -18,6 +19,7 @@
 Methods:
 
  - socket-close
+ - socket-accept
  - get-local-name
  - get-peer-name
 



More information about the usocket-cvs mailing list