Re: [zeromq-dev] setting socket option in jzmq

2011-09-11 Thread Martin Sustrik
On 09/11/2011 01:43 AM, Joshua Foster wrote: The constant value for ZMQ_SNDTIMEO in zmq.h is 28. Someone just needs to add it to jzmq since setLongSocketopt is protected. Please, create an issue for that in the bug tracker. Martin ___ zeromq-dev

[zeromq-dev] setting socket option in jzmq

2011-09-10 Thread Di Ly
Is it possible to set the socket option (ZMQ_SNDTIMEO) in Java with jzmq? ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Re: [zeromq-dev] setting socket option in jzmq

2011-09-10 Thread Joshua Foster
The constant value for ZMQ_SNDTIMEO in zmq.h is 28. Someone just needs to add it to jzmq since setLongSocketopt is protected. Joshua On 9/10/2011 6:25 PM, Di Ly wrote: Is it possible to set the socket option (ZMQ_SNDTIMEO) in Java with jzmq? ___