- 04 Feb, 2020 1 commit
-
-
Simon Giesecke authored
Solution: add const where possible
-
- 08 Dec, 2019 1 commit
-
-
Simon Giesecke authored
Solution: use static_cast/reinterpret_cast instead
-
- 24 Mar, 2019 1 commit
-
-
Simon Giesecke authored
Solution: use bind_loopback_ipv4 instead
-
- 23 Mar, 2019 1 commit
-
-
Simon Giesecke authored
Solution: remove and add where needed
-
- 09 Nov, 2018 1 commit
-
-
Luca Boccassi authored
Solution: do not bind to an hard-coded port, use a wildcard.
-
- 14 Mar, 2018 1 commit
-
-
Pontus Sköldström authored
Lets the application set per-connection metadata. Metadata is specified as "X-key:value" and set using zmq_setsockopt, eg: zmq_setsockopt (s, ZMQ_METADATA, "X-key:value", 11); The peer can then obtain the metadata from a received message: char *data = zmq_msg_gets(msg, "X-key");
-