mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 19:52:00 +01:00
improved error handling
This commit is contained in:
@@ -35,14 +35,11 @@ namespace zmq
|
||||
tcp_listener_t ();
|
||||
~tcp_listener_t ();
|
||||
|
||||
// Set up the address to listen on. Address is in
|
||||
// Start listening on the interface. Address is in
|
||||
// <interface-name>:<port-number> format. Interface name may be '*'
|
||||
// to bind to all the interfaces.
|
||||
int set_address (const char *addr_);
|
||||
|
||||
// Open TCP listining socket.
|
||||
int open ();
|
||||
|
||||
// Close the listening socket.
|
||||
int close ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user