oxen-mq/oxenmq
Jason Rhinelander fe8a1f4306
Disable IPv6 by default
libzmq's IPv6 support is buggy when also using DNS hostname: in
particular, if you try to connect to a DNS name that has an IPv6
address, then zmq will *only* try an IPv6 connection, even if the local
client has no IPv6 connectivity, and even if the remote is only
listening on its IPv4 address.

This is much too unreliable to enable by default.
2021-12-02 19:01:21 -04:00
..
address.cpp Rename LokiMQ to OxenMQ 2021-01-14 15:32:38 -04:00
address.h Add std::hash implementation for oxenmq::address 2021-11-28 10:26:35 -04:00
auth.cpp Merge pull request #67 from jagerman/ipv6 2021-11-30 14:20:43 -04:00
auth.h Rename LokiMQ to OxenMQ 2021-01-14 15:32:38 -04:00
base32z.h Fix r narrowing initialization warning when uint_fast16_t is small 2021-10-05 12:21:38 -03:00
base64.h Fix r narrowing initialization warning when uint_fast16_t is small 2021-10-05 12:21:38 -03:00
batch.h Rename LokiMQ to OxenMQ 2021-01-14 15:32:38 -04:00
bt_producer.h Add const 2021-09-07 16:26:45 -03:00
bt_serialize.cpp Apple workaround 2021-09-07 01:16:38 -03:00
bt_serialize.h Add `is_unsigned_integer` to bt_{dict,list}_consumer 2021-06-08 00:58:20 -03:00
bt_value.h Rename LokiMQ to OxenMQ 2021-01-14 15:32:38 -04:00
byte_type.h Rename LokiMQ to OxenMQ 2021-01-14 15:32:38 -04:00
connections.cpp Disable IPv6 by default 2021-12-02 19:01:21 -04:00
connections.h Simplify conn index handling (#41) 2021-06-23 17:51:25 -03:00
hex.h Simplify iterator initialization & avoid warnings 2021-10-05 12:12:16 -03:00
jobs.cpp Rebrand variables LMQ -> OMQ 2021-11-30 14:10:47 -04:00
message.h Rebrand variables LMQ -> OMQ 2021-11-30 14:10:47 -04:00
oxenmq-internal.h Rebrand variables LMQ -> OMQ 2021-11-30 14:10:47 -04:00
oxenmq.cpp Propagate proxy thread startup exceptions 2021-11-30 14:16:17 -04:00
oxenmq.h Disable IPv6 by default 2021-12-02 19:01:21 -04:00
proxy.cpp Propagate proxy thread startup exceptions 2021-11-30 14:16:17 -04:00
variant.h Rename LokiMQ to OxenMQ 2021-01-14 15:32:38 -04:00
version.h.in Bump (and cmake-modernize) version 2021-04-15 15:15:44 -03:00
worker.cpp Rebrand variables LMQ -> OMQ 2021-11-30 14:10:47 -04:00