void fc_sack_info(unsigned int address_index, unsigned int arwnd, boolean all_data_acked, boolean new_data_acked, unsigned int num_acked, unsigned int number_of_addresses, unsigned int *num_acked_per_address)

function called by Reliable Transfer, after it has got a SACK chunk in SDL diagram this signal is called SACK_Info

Documentation

function called by Reliable Transfer, after it has got a SACK chunk in SDL diagram this signal is called SACK_Info
Parameters:
all_data_acked - indicates whether or not all data chunks have been acked
new_data_acked - indicates whether or not new data has been acked
num_acked - number of bytes that have been newly acked, else 0
number_of_addresses - so many addresses may have outstanding bytes actually that value may also be retrieved from the association struct (?)
num_acked_per_address - array of integers, that hold number of bytes acked for each address

Alphabetic index HTML hierarchy of classes or Java



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