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?
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to