Author: adrian.chadd
Date: Sun Jul 5 20:46:25 2009
New Revision: 14136
Modified:
wiki/LuscaArchitectureNetworkConnectingToRemoteHosts.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/LuscaArchitectureNetworkConnectingToRemoteHosts.wiki
==============================================================================
--- wiki/LuscaArchitectureNetworkConnectingToRemoteHosts.wiki (original)
+++ wiki/LuscaArchitectureNetworkConnectingToRemoteHosts.wiki Sun Jul 5
20:46:25 2009
@@ -8,6 +8,8 @@
The caller begins by creating a socket with comm_open() / comm_open6().
That takes care of the socket creation, setting flags and setting up the
local address.
+== Beginning the process ==
+
A call to commConnectStart() begins the connect process.
{{{
@@ -19,6 +21,17 @@
* "port" is the remote port to connect to
* "callback" and "data" form the callback to be performed on completion
or error. Note the callback data must be allocated via the cbdata framework.
* "addr" is the remote host address to connect to (overriding "host"),
or NULL
+
+== Aborting ==
+
+There is no explicit connection cancellation - the code registers a close
handler which tidies up as needed. A call to comm_close(fd) will abort the
pending connection attempt and tidy up the relevant resources.
+
+== Notification ==
+
+== DNS Lookup ==
+
+== Handling retries ==
+
= Shortcomings =
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---