Data Fields | |
int | recving |
file descriptor to use for input (recv) | |
int | sending |
file descriptor to use for output (send) |
Some platforms/modes of operations require separate sockets for sending and receiving, so we accommodate that with this pairing. It is fine for the two file descriptors to be the same.
Definition at line 32 of file sockcreate.h.
file descriptor to use for input (recv)
Definition at line 33 of file sockcreate.h.
Referenced by ccn_setup_socket(), and setup_multicast().
file descriptor to use for output (send)
Definition at line 34 of file sockcreate.h.
Referenced by ccn_setup_socket(), and setup_multicast().