mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-19 04:33:27 +02:00
Allow TCP addresses to be re-resolved whenever there is a reconnection attempt
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
zmq::session_base_t *zmq::session_base_t::create (class io_thread_t *io_thread_,
|
||||
bool active_, class socket_base_t *socket_, const options_t &options_,
|
||||
const address_t *addr_)
|
||||
address_t *addr_)
|
||||
{
|
||||
|
||||
session_base_t *s = NULL;
|
||||
@@ -67,7 +67,7 @@ zmq::session_base_t *zmq::session_base_t::create (class io_thread_t *io_thread_,
|
||||
|
||||
zmq::session_base_t::session_base_t (class io_thread_t *io_thread_,
|
||||
bool active_, class socket_base_t *socket_, const options_t &options_,
|
||||
const address_t *addr_) :
|
||||
address_t *addr_) :
|
||||
own_t (io_thread_, options_),
|
||||
io_object_t (io_thread_),
|
||||
active (active_),
|
||||
|
Reference in New Issue
Block a user