summaryrefslogtreecommitdiff
path: root/src/ipc_connecter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipc_connecter.hpp')
-rw-r--r--src/ipc_connecter.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ipc_connecter.hpp b/src/ipc_connecter.hpp
index d22faab..b2ee20d 100644
--- a/src/ipc_connecter.hpp
+++ b/src/ipc_connecter.hpp
@@ -75,9 +75,9 @@ namespace xs
// Set address to connect to.
int set_address (const char *addr_);
- // Open TCP connecting socket. Returns -1 in case of error,
- // 0 if connect was successfull immediately and 1 if async connect
- // was launched.
+ // Open IPC connecting socket. Returns -1 in case of error,
+ // 0 if connect was successfull immediately. Returns -1 with
+ // EAGAIN errno if async connect was launched.
int open ();
// Close the connecting socket.