[usocket-cvs] r95 - usocket/trunk/notes
ehuelsmann at common-lisp.net
ehuelsmann at common-lisp.net
Mon Feb 13 20:59:34 UTC 2006
Author: ehuelsmann
Date: Mon Feb 13 14:59:33 2006
New Revision: 95
Modified:
usocket/trunk/notes/address-apis.txt
Log:
Finalize step 2 inventarization document.
Modified: usocket/trunk/notes/address-apis.txt
==============================================================================
--- usocket/trunk/notes/address-apis.txt (original)
+++ usocket/trunk/notes/address-apis.txt Mon Feb 13 14:59:33 2006
@@ -11,6 +11,8 @@
(get-peer-address sock) -> ip
(get-local-port sock) -> port
(get-peer-port sock) -> port
+ (get-local-name sock) -> ip, port
+ (get-peer-name sock) -> ip, port
ABCL
More information about the usocket-cvs
mailing list