unsigned int fc_select_destination(fc_data * fc, chunk_data * dat, boolean data_retransmitted, unsigned int *old_destination)

function that selects destination index for data chunks when they are sent, or possibly new address when they are retransmitted.

Documentation

function that selects destination index for data chunks when they are sent, or possibly new address when they are retransmitted.
Parameters:
fc - pointer to the flow control structure
dat - pointer to the data chunk that is to be sent
data_retransmitted - has the chunk already been transmitted ?
old_destination - if so, we pass a pointer to the index of the last address used, else NULL
Returns:
index of the address where we should send this chunk to, now

Alphabetic index HTML hierarchy of classes or Java



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