Hi, The framing is specified at rfc.zeromq.org. We will write a proper wlp spec at some stage.
-Pieter On 25 Sep 2010 04:52, "Herry Sitepu" <[email protected]> wrote: > Dear all, > I was trying to look into the wire protocol used by zeromq, here are some > things I would like to ask: > 1. I use wuserver/wuclient when I connect REQ to REP, the REQ send 2 bytes: > [01 00] > when the connection accepted by REP, the REP send 2 bytes reply: [01 00] > Is this the handshaking mechanism or just the mechanism to tell each > side about the connection? > 2. I haven't tried other combinations (PUSH/PULL, PUB/SUB, etc) are there > more information about the wire level protocol? From the manual, zmq_tcp(7), > there just describing the payload formating. > > Regards, > Herry Sitepu
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
