when one req socket connect to one router, where had add the identity of
that req socket?
assume router socket bind on the one port with number 5555.
when req socket connect to that router socket, the router socket accept
connection  and create another socket for this communication. suppose
router select port with number 5544.
now when req socket send one message with send function, tow frame sent to
router. one empty frame and one data frame. now where did add identity
frame to req message. did in receive function of router?
and where is hash table of router? where did used from hash table?
thanks very much.
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to