typedef struct flowcontrol_struct


[more]unsigned int outstanding_bytes
[more]unsigned int number_of_addresses
[more]cparm* cparams
pointer to array of congestion window parameters
[more]unsigned int current_tsn
[more]List* chunk_list
[more]unsigned int last_active_address
[more]TimerID cwnd_timer
[more]TimerID* T3_timer
one timer may be running per destination address
[more]unsigned int* addresses
for passing as parameter in callback functions
[more]unsigned int my_association
[more]boolean shutdown_received
[more]boolean waiting_for_sack
[more]boolean t3_retransmission_sent
[more]boolean one_packet_inflight


Documentation

ounsigned int outstanding_bytes

ounsigned int number_of_addresses

ocparm* cparams
pointer to array of congestion window parameters

ounsigned int current_tsn

oList* chunk_list

ounsigned int last_active_address

oTimerID cwnd_timer

oTimerID* T3_timer
one timer may be running per destination address

ounsigned int* addresses
for passing as parameter in callback functions

ounsigned int my_association

oboolean shutdown_received

oboolean waiting_for_sack

oboolean t3_retransmission_sent

oboolean one_packet_inflight

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.