[zeromq-dev] Fine control in the ROUTER socket
Pieter Hintjens
ph at imatix.com
Wed Apr 24 16:54:57 CEST 2013
On Tue, Apr 23, 2013 at 4:11 PM, Michael Alexopoulos
<Michael.Alexopoulos at tudor.com> wrote:
> "How does one get a handle to the client socket which got accepted via the
> ROUTER socket listening to a specific address for incoming client
> connection requests?"
The ROUTER socket sticks a handle ("identity") into each message as a
first frame. You use this to reply back to specific clients.
-Pieter
More information about the zeromq-dev
mailing list