typedef struct rxc_buffer_struct

this struct contains all necessary data for creating SACKs from received data chunks

[more]void* sack_chunk
[more]List* frag_list
[more]List* dup_list
[more]unsigned int ctsna
cumulative TSN acked
[more]unsigned int lowest
store lowest tsn value for dups (!)
[more]unsigned int highest
stores highest tsn received so far, taking care of wraps ie.
[more]boolean contains_valid_sack
[more]boolean timer_running
[more]boolean new_chunk_received
indicates whether a chunk was recvd that is truly new
[more]TimerID sack_timer
timer for delayed sacks
[more]unsigned int last_address
[more]unsigned int my_association
[more]unsigned int my_rwnd
[more]unsigned int delay
delay for delayed ACK in msecs


Documentation

this struct contains all necessary data for creating SACKs from received data chunks
ovoid* sack_chunk

oList* frag_list

oList* dup_list

ounsigned int ctsna
cumulative TSN acked

ounsigned int lowest
store lowest tsn value for dups (!)

ounsigned int highest
stores highest tsn received so far, taking care of wraps ie. highest < lowest indicates a wrap

oboolean contains_valid_sack

oboolean timer_running

oboolean new_chunk_received
indicates whether a chunk was recvd that is truly new

oTimerID sack_timer
timer for delayed sacks

ounsigned int last_address

ounsigned int my_association

ounsigned int my_rwnd

ounsigned int delay
delay for delayed ACK in msecs

Alphabetic index HTML hierarchy of classes or Java



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