ZMQII-39: Implement IPC transport

This commit is contained in:
Martin Sustrik
2010-01-15 14:11:39 +01:00
parent 56c369272c
commit 2bb57ac57a
24 changed files with 319 additions and 116 deletions

View File

@@ -35,8 +35,8 @@ namespace zmq
tcp_connecter_t ();
~tcp_connecter_t ();
// Set IP address/port to connect to.
int set_address (const char *addr_);
// Set address to connect to.
int set_address (const char *protocol, const char *addr_);
// Open TCP connecting socket. Address is in
// <hostname>:<port-number> format. Returns -1 in case of error,