typedef struct bundling_instance_struct

this struct contains all data belonging to a bundling module

[more]guchar ctrl_buf[MAX_MTU_SIZE]
buffer for control chunks
[more]guchar sack_buf[MAX_MTU_SIZE]
buffer for sack chunks
[more]guchar data_buf[MAX_MTU_SIZE]
buffer for data chunks
[more]guint ctrl_position
current position in the buffer for control chunks
[more]guint sack_position
current position in the buffer for sack chunks
[more]guint data_position
current position in the buffer for data chunks
[more]gboolean data_in_buffer
is there data to be sent in the buffer ?
[more]gboolean ctrl_chunk_in_buffer
is there a control chunk to be sent in the buffer ?
[more]gboolean sack_in_buffer
is there a sack chunk to be sent in the buffer ?
[more]gboolean treating_received_chunks
status flag for correct sequence of actions
[more]gboolean got_sack_request
[more]gboolean got_send_request
[more]gboolean got_send_address
[more]gboolean got_sack
[more]gboolean locked
[more]gboolean got_shutdown
did we receive a shutdown, either by ULP or peer ?
[more]guint requested_destination


Documentation

this struct contains all data belonging to a bundling module
oguchar ctrl_buf[MAX_MTU_SIZE]
buffer for control chunks

oguchar sack_buf[MAX_MTU_SIZE]
buffer for sack chunks

oguchar data_buf[MAX_MTU_SIZE]
buffer for data chunks

oguint ctrl_position
current position in the buffer for control chunks

oguint sack_position
current position in the buffer for sack chunks

oguint data_position
current position in the buffer for data chunks

ogboolean data_in_buffer
is there data to be sent in the buffer ?

ogboolean ctrl_chunk_in_buffer
is there a control chunk to be sent in the buffer ?

ogboolean sack_in_buffer
is there a sack chunk to be sent in the buffer ?

ogboolean treating_received_chunks
status flag for correct sequence of actions

ogboolean got_sack_request

ogboolean got_send_request

ogboolean got_send_address

ogboolean got_sack

ogboolean locked

ogboolean got_shutdown
did we receive a shutdown, either by ULP or peer ?

oguint requested_destination

Alphabetic index HTML hierarchy of classes or Java



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