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