int rtx_t3_timeout(void *assoc_id, unsigned int address, unsigned int mtu, chunk_data ** chunks)

called from flow-control to trigger retransmission of chunks that have previously been sent to the address that timed out.

Documentation

called from flow-control to trigger retransmission of chunks that have previously been sent to the address that timed out. It is only called from flowcontrol, so association should be set correctly here
Parameters:
assoc_id - pointer to the id value of the association, where timeout occurred
address - address that timed out
mtu - current path mtu (this needs to be fixed, too !)
chunks - pointer to an array, that will contain pointers to chunks that need to be retransmitted after this function returns. Provide space !
Returns:
-1 on error, 0 for empty list, else number of chunks that can be retransmitted

Alphabetic index HTML hierarchy of classes or Java



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