ccn_sockets Struct Reference

Holds a pair of socket file descriptors. More...


Data Fields

int recving
 file descriptor to use for input (recv)
int sending
 file descriptor to use for output (send)


Detailed Description

Holds a pair of socket file descriptors.

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.


Field Documentation

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().


The documentation for this struct was generated from the following file:

Generated on Thu Feb 16 00:44:34 2012 for Content-Centric Networking in C by  doxygen 1.5.6