[usocket-cvs] r415 - public_html

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Thu Aug 7 20:25:40 UTC 2008


Author: ehuelsmann
Date: Thu Aug  7 16:25:39 2008
New Revision: 415

Modified:
   public_html/api-docs.shtml
Log:
Document information retrieval functions.

Modified: public_html/api-docs.shtml
==============================================================================
--- public_html/api-docs.shtml	(original)
+++ public_html/api-docs.shtml	Thu Aug  7 16:25:39 2008
@@ -100,19 +100,16 @@
 <dt class="sym"><span class="function-name">socket-close</span> socket</dt>
 <dd><p>Flushes the stream associated with the socket and closes the socket connection.</p></dd>
 
+<dt class="sym"><span class="function-name">get-local-name</span> socket => address, port<br/>
+<span class="function-name">get-local-name</span> socket => address<br/>
+<span class="function-name">get-local-port</span> socket => port</dt>
+<dd><p>Returns the local address and/or port information of socket.</dd>
+
+<dt class="sym"><span class="function-name">get-peer-name</span> socket => address, port<br/>
+<span class="function-name">get-peer-name</span> socket => address<br/>
+<span class="function-name">get-peer-port</span> socket => port</dt>
+<dd><p>Returns the remote address and/or port information of socket.</dd>
 
-<!-- Items to document:
-
-Informational functions:
-get-local-address 
-get-peer-address 
-get-local-port 
-get-peer-port 
-get-local-name 
-get-peer-name 
-
-
- -->
 
 </dl>
 



More information about the usocket-cvs mailing list