this struct contains all necessary data for retransmissions and processing of received SACKs
-
unsigned int lowest_tsn
- storing the lowest tsn that is in the list
-
unsigned int highest_tsn
-
unsigned int num_of_chunks
-
List* chunk_list
- a list that is ordered by ascending tsn values
-
unsigned int save_num_of_txm
- this val stores 0 if retransmitted chunks have been acked, else 1
-
unsigned int newly_acked_bytes
-
unsigned int num_of_addresses
-
unsigned int* newly_acked_per_address
-
unsigned int my_association
-
unsigned int peer_arwnd
-
boolean shutdown_received
Documentation
this struct contains all necessary data for retransmissions
and processing of received SACKs
unsigned int lowest_tsn
- storing the lowest tsn that is in the list
unsigned int highest_tsn
unsigned int num_of_chunks
List* chunk_list
- a list that is ordered by ascending tsn values
unsigned int save_num_of_txm
- this val stores 0 if retransmitted chunks have been acked, else 1
unsigned int newly_acked_bytes
unsigned int num_of_addresses
unsigned int* newly_acked_per_address
unsigned int my_association
unsigned int peer_arwnd
boolean shutdown_received
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.