IPv6 option.
ZmqException if $(ZMQ) reports an error.
$(ZMQREF zmq_ctx_get()) and $(ZMQREF zmq_ctx_set()) with ZMQ_IPV6.
auto ctx = Context(); ctx.ipv6 = true; assert (ctx.ipv6 == true);
See Implementation
IPv6 option.