Misc. socket properties.
Each of these has a one-to-one correspondence with an option passed to $(ZMQREF zmq_msg_getsockopt()) and $(ZMQREF zmq_msg_setsockopt()). For example, identity corresponds to ZMQ_IDENTITY, receiveBufferSize corresponds to ZMQ_RCVBUF, etc.
Notes:
sck.identity = "foobar"; assert (sck.identity.asString() == "foobar");
ZmqException if $(ZMQ) reports an error.
$(ZMQREF zmq_msg_getsockopt()) and $(ZMQREF zmq_msg_setsockopt()).
See Implementation
Misc. socket properties.
Each of these has a one-to-one correspondence with an option passed to $(ZMQREF zmq_msg_getsockopt()) and $(ZMQREF zmq_msg_setsockopt()). For example, identity corresponds to ZMQ_IDENTITY, receiveBufferSize corresponds to ZMQ_RCVBUF, etc.
Notes: