mirror of
				https://github.com/zeromq/libzmq.git
				synced 2025-10-28 11:31:56 +01:00 
			
		
		
		
	Allow TCP addresses to be re-resolved whenever there is a reconnection attempt
This commit is contained in:
		| @@ -240,7 +240,7 @@ int zmq::req_t::recv_reply_pipe (msg_t *msg_) | ||||
|  | ||||
| zmq::req_session_t::req_session_t (io_thread_t *io_thread_, bool connect_, | ||||
|       socket_base_t *socket_, const options_t &options_, | ||||
|       const address_t *addr_) : | ||||
|       address_t *addr_) : | ||||
|     session_base_t (io_thread_, connect_, socket_, options_, addr_), | ||||
|     state (bottom) | ||||
| { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Mark Barbisan
					Mark Barbisan