[zeromq-dev] zbeacon changes
Pieter Hintjens
ph at imatix.com
Mon Dec 23 13:53:14 CET 2013
Michael,
I've been hacking on zbeacon and removed most of your new code (the
unicast/send methods). The main reason is I don't think they belong
there at all, and turns the zbeacon concept into a "UDP stuff happens
here" class, which is not good.
- could you please sign your commits with your email that you used to
login to GitHub? Right now your commits in GitHub aren't pointing to
your user profile
- please don't use tabs, don't copy code, try to keep to the style guidelines
- I've started some UDP functions in zsys, and I think you can use
these to build your unicast send/recv code.
- What I'd suggest is you make a minimal set of methods that does what
you need, and I'll help refactor those back into CZMQ.
Cheers
Pieter
More information about the zeromq-dev
mailing list