[nanomsg] Polling implemented

  • From: Martin Sustrik <sustrik@xxxxxxxxxx>
  • To: nanomsg@xxxxxxxxxxxxx
  • Date: Fri, 22 Feb 2013 20:39:29 +0100

Hi all,

I've just pushed the most important feature still missing -- polling -- to the nanomsg repo. Check the usage in tests/poll.c

Please check it out and report any problems you may have with it!

Paul, Ondrej,

When implementing new SP protocols, there was a new function added, called "events()". It's used by the core to find out whether socket is readable, writeable, both or none. So, you'll have to implement that.

Martin

Other related posts: