Tagged Questions
1
vote
3answers
691 views
(How) Can I determine the socket family from the socket file descriptor
I am writing an API which includes IPC functions which send data to another process which may be local or on another host. I'd really like the send function to be as simple as:
int ...