[zeromq-dev] zmq over esp8266?

2018-09-04 Thread Marcus Diogo
Does any one have a hellow world with libzmtp in c so i could try send to my 0mq server from esp8266. >There is a small ZMTP library in C (libzmtp). It needs a TCP/IP stack. >I'm not sure the esp8266 can run this... can it? On Fri, Jul 10, 2015 at 6:21 PM, Benjamin Henrion https://lists.zeromq.o

Re: [zeromq-dev] Possible bug in ZMQ HWM handling?

2018-09-04 Thread Luca Boccassi
Yes that's correct, TCP's congestion control is part of the flow managing just as HWM values are, and it's platform dependent, so it's quite complex to document correctly and precisely. Feel free to send PRs to update the docs with your findings. On Tue, 2018-09-04 at 10:26 +0200, Francesco wrote:

Re: [zeromq-dev] Possible bug in ZMQ HWM handling?

2018-09-04 Thread Francesco
Hi all, Just to follow up on this: I discovered the reason why HWM were apparently not working on the setup I described on my first email. The reason is the following: in my setup the ZMQ proxy backend socket is a TCP socket. Now I discovered that when using the TCP transport, then if you set HWM=1