this struct contains all data belonging to a bundling module
-
guchar ctrl_buf[MAX_MTU_SIZE]
- buffer for control chunks
-
guchar sack_buf[MAX_MTU_SIZE]
- buffer for sack chunks
-
guchar data_buf[MAX_MTU_SIZE]
- buffer for data chunks
-
guint ctrl_position
- current position in the buffer for control chunks
-
guint sack_position
- current position in the buffer for sack chunks
-
guint data_position
- current position in the buffer for data chunks
-
gboolean data_in_buffer
- is there data to be sent in the buffer ?
-
gboolean ctrl_chunk_in_buffer
- is there a control chunk to be sent in the buffer ?
-
gboolean sack_in_buffer
- is there a sack chunk to be sent in the buffer ?
-
gboolean treating_received_chunks
- status flag for correct sequence of actions
-
gboolean got_sack_request
-
gboolean got_send_request
-
gboolean got_send_address
-
gboolean got_sack
-
gboolean locked
-
gboolean got_shutdown
- did we receive a shutdown, either by ULP or peer ?
-
guint requested_destination
Documentation
this struct contains all data belonging to a bundling module
guchar ctrl_buf[MAX_MTU_SIZE]
- buffer for control chunks
guchar sack_buf[MAX_MTU_SIZE]
- buffer for sack chunks
guchar data_buf[MAX_MTU_SIZE]
- buffer for data chunks
guint ctrl_position
- current position in the buffer for control chunks
guint sack_position
- current position in the buffer for sack chunks
guint data_position
- current position in the buffer for data chunks
gboolean data_in_buffer
- is there data to be sent in the buffer ?
gboolean ctrl_chunk_in_buffer
- is there a control chunk to be sent in the buffer ?
gboolean sack_in_buffer
- is there a sack chunk to be sent in the buffer ?
gboolean treating_received_chunks
- status flag for correct sequence of actions
gboolean got_sack_request
gboolean got_send_request
gboolean got_send_address
gboolean got_sack
gboolean locked
gboolean got_shutdown
- did we receive a shutdown, either by ULP or peer ?
guint requested_destination
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.