mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 22:40:55 +01:00
Problem: stream listeners do not provide correct local and remote address information (test_monitor is failing)
Solution: query local and remote addresses on accepting a connection
This commit is contained in:
@@ -53,7 +53,7 @@ class tipc_listener_t : public stream_listener_base_t
|
||||
int set_local_address (const char *addr_);
|
||||
|
||||
protected:
|
||||
std::string get_local_socket_name (fd_t fd_) const;
|
||||
std::string get_socket_name (fd_t fd_, socket_end_t socket_end_) const;
|
||||
|
||||
private:
|
||||
// Handlers for I/O events.
|
||||
|
||||
Reference in New Issue
Block a user