Re: [zeromq-dev] Immediate and linger on ROUTER socket

2018-04-06 Thread Luca Boccassi
On Fri, 2018-04-06 at 10:48 +, har...@voca.no wrote: > I have already read the documentation for the socket, but can't > figure out under which circumstances the Immediate and Linger options > would change the behavior of a ROUTER socket. Since the Router socket > silently drops all unroutable

[zeromq-dev] Immediate and linger on ROUTER socket

2018-04-06 Thread har...@voca.no
Hi, Does the socket options Immediate and Linger have any effect on a ROUTER socket? Kind regards Harald Nøkland Senior Robotics Engineer VOCA AS | Andøyfaret 15 | 4623 Kristiansand, Norway Mobile: +47 995 995 12 | har...@voca.no | www.voca.no This

Re: [zeromq-dev] Immediate and linger on ROUTER socket

2018-04-06 Thread Luca Boccassi
On Fri, 2018-04-06 at 07:41 +, har...@voca.no wrote: > Hi, > > Does the socket options Immediate and Linger have any effect on a > ROUTER socket? > > Kind regards > Harald Nøkland > Senior Robotics Engineer http://api.zeromq.org/4-2:zmq-setsockopt Applicable socket types:all

[zeromq-dev] [REP-REQ] Sockets timeouts and connection reset

2018-04-06 Thread DUMAS, Victor
Hello, Context: I have 2 peers, let’s call them: - PeerA under Linux using cppzmq version 4.1.3 - PeerB under Windows using NetMQ version 4.0.0 I need a mailbox between the 2 of them with 3 reliability guarantees: * Every message is delivered once and only once * Every message sent