hinge
hinge copied to clipboard
Socket option wrappers
The socket
, server
and zmq-socket
classes lack nicer wrappers for setting socket options, backlog settings and zmq_socket options without reaching into the wrapping class to the underlying handle.
These methods should exist as first class wrappers.
TODO: Which methods?