Thanks Pieter, I've forked spec 20 and will push some revisions with my ideas.
I have implemented the extended beacon protocol in my project, and it works well! Thanks for being flexible about the changes. As for the details, I have made a few decisions solely for implementation purposes that are of course up for discussion, but here are the highlights: - I picked version 2 - For service socket type, I am using the constants as defined in the zmq library. - For service transport, I picked 1: ipc, 2: tcp, 3: pgm. I'm not sure if ipc is very useful, but it's there for completeness. - If the service IP is 0.0.0.0, that's a flag to indicate using the IP from recvfrom() -Michel On Wed, Feb 6, 2013 at 2:12 AM, Pieter Hintjens <[email protected]> wrote: > I've created a github repo and pull request for the import. > > We need some maintainers, so anyone interested in clicking that Merge > button on RFCs, please: https://github.com/zeromq/rfc/issues/2 > > Thanks > Pieter > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
