[usocket-cvs] r117 - usocket/trunk

Author: ehuelsmann Date: Thu Jun 8 17:35:51 2006 New Revision: 117 Modified: usocket/trunk/usocket.lisp Log: Add documentation. Modified: usocket/trunk/usocket.lisp ============================================================================== --- usocket/trunk/usocket.lisp (original) +++ usocket/trunk/usocket.lisp Thu Jun 8 17:35:51 2006 @@ -30,6 +30,8 @@ (external-format :default) (element-type 'character) (protocol :tcp)) + "trivial-sockets compat function to make usocket a drop-in replacement +apart from the package naming difference." (unless (and (eql local-host :any) (eql local-port 0)) (error 'unsupported :feature :bind)) (unless (eql protocol :tcp)
participants (1)
-
ehuelsmann@common-lisp.net