Data Fields | |
unsigned | burst_nsec |
nsec per KByte, limits burst rate | |
unsigned | min_usec |
minimum delay for this queue | |
unsigned | rand_usec |
randomization range | |
unsigned | ready |
# that have waited enough | |
unsigned | nrun |
# sent since last randomized delay | |
struct ccn_indexbuf * | send_queue |
accession numbers of pending content | |
struct ccn_scheduled_event * | sender |
Definition at line 158 of file ccnd_private.h.
unsigned content_queue::burst_nsec |
nsec per KByte, limits burst rate
Definition at line 159 of file ccnd_private.h.
Referenced by content_queue_create(), and content_sender().
unsigned content_queue::min_usec |
minimum delay for this queue
Definition at line 160 of file ccnd_private.h.
Referenced by content_queue_create(), and randomize_content_delay().
unsigned content_queue::rand_usec |
randomization range
Definition at line 161 of file ccnd_private.h.
Referenced by content_queue_create(), and randomize_content_delay().
unsigned content_queue::ready |
# that have waited enough
Definition at line 162 of file ccnd_private.h.
Referenced by content_sender(), face_send_queue_insert(), and r_sendq_face_send_queue_insert().
unsigned content_queue::nrun |
# sent since last randomized delay
Definition at line 163 of file ccnd_private.h.
Referenced by content_queue_create(), and content_sender().
struct ccn_indexbuf * content_queue::send_queue [read] |
accession numbers of pending content
cookie numbers of pending content
Definition at line 164 of file ccnd_private.h.
Referenced by content_queue_create(), content_queue_destroy(), content_sender(), face_send_queue_insert(), process_incoming_content(), process_incoming_interest(), r_sendq_content_queue_destroy(), and r_sendq_face_send_queue_insert().
struct ccn_scheduled_event * content_queue::sender [read] |
Definition at line 165 of file ccnd_private.h.
Referenced by content_queue_create(), content_queue_destroy(), content_sender(), face_send_queue_insert(), r_sendq_content_queue_destroy(), and r_sendq_face_send_queue_insert().