Dear all, We need to support an IPV6 environment and we currently use JZMQ. By googling IPV6 Support and ZMQ I found the Steven McCoy's patch reference ( http://lists.zeromq.org/pipermail/zeromq-dev/2011-August/012834.html).
Basically it says that we just need to setup a socket option to false (* ZMQ_IPV4ONLY)*. However, this option does not seem to be present in ZMQ.java and as the setLongSocktop is native (as it is a JNI native method). Is there any way to set ZMQ_IPV4ONLY option to false from JZMQ ?* * Thanks ! Sabri.
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
