typedef struct rtx_buffer_struct

this struct contains all necessary data for retransmissions and processing of received SACKs

[more]unsigned int lowest_tsn
storing the lowest tsn that is in the list
[more]unsigned int highest_tsn
[more]unsigned int num_of_chunks
[more]List* chunk_list
a list that is ordered by ascending tsn values
[more]unsigned int save_num_of_txm
this val stores 0 if retransmitted chunks have been acked, else 1
[more]unsigned int newly_acked_bytes
[more]unsigned int num_of_addresses
[more]unsigned int* newly_acked_per_address
[more]unsigned int my_association
[more]unsigned int peer_arwnd
[more]boolean shutdown_received


Documentation

this struct contains all necessary data for retransmissions and processing of received SACKs
ounsigned int lowest_tsn
storing the lowest tsn that is in the list

ounsigned int highest_tsn

ounsigned int num_of_chunks

oList* chunk_list
a list that is ordered by ascending tsn values

ounsigned int save_num_of_txm
this val stores 0 if retransmitted chunks have been acked, else 1

ounsigned int newly_acked_bytes

ounsigned int num_of_addresses

ounsigned int* newly_acked_per_address

ounsigned int my_association

ounsigned int peer_arwnd

oboolean shutdown_received

Alphabetic index HTML hierarchy of classes or Java



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