mirror of
				https://github.com/zeromq/libzmq.git
				synced 2025-11-04 04:10:00 +01:00 
			
		
		
		
	Update documentation for zmq_setsockopt.
Pull request #1426 now allow for changing the watermark after and connect() or a bind(). This patch reflect the change in the documentation. Also closes #1416.
This commit is contained in:
		@@ -14,8 +14,8 @@ SYNOPSIS
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Caution: All options, with the exception of ZMQ_SUBSCRIBE, ZMQ_UNSUBSCRIBE,
 | 
					Caution: All options, with the exception of ZMQ_SUBSCRIBE, ZMQ_UNSUBSCRIBE,
 | 
				
			||||||
ZMQ_LINGER, ZMQ_ROUTER_HANDOVER, ZMQ_ROUTER_MANDATORY, ZMQ_PROBE_ROUTER,
 | 
					ZMQ_LINGER, ZMQ_ROUTER_HANDOVER, ZMQ_ROUTER_MANDATORY, ZMQ_PROBE_ROUTER,
 | 
				
			||||||
ZMQ_XPUB_VERBOSE, ZMQ_REQ_CORRELATE, and ZMQ_REQ_RELAXED, only take effect for
 | 
					ZMQ_XPUB_VERBOSE, ZMQ_REQ_CORRELATE, ZMQ_REQ_RELAXED, ZMQ_SNDHWM
 | 
				
			||||||
subsequent socket bind/connects.
 | 
					and ZMQ_RCVHWM, only take effect for subsequent socket bind/connects.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Specifically, security options take effect for subsequent bind/connect calls,
 | 
					Specifically, security options take effect for subsequent bind/connect calls,
 | 
				
			||||||
and can be changed at any time to affect subsequent binds and/or connects.
 | 
					and can be changed at any time to affect subsequent binds and/or connects.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user