[zeromq-dev] Any API to fetch 0mq socket structure from fd?

Manish Mehra maneesh.mehra84 at gmail.com
Tue May 21 08:01:19 CEST 2013


I have an application in which the server is listening on a socket. When
clients connect, I need to know the per client “fd” and the client address.
This info can be fetched using the socket monitors APIs. Subsequently, I
need to send data separately for each client. (not send same data to all
clients). The send API needs *void pointer*. Is there a standard API to get
socket structure (void pointer) from “fd” which I can use in send API?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130520/272c18a9/attachment.htm>


More information about the zeromq-dev mailing list