WISP ERT (Client)
1.0.0
The WISP Extended Runtime (WISP side)
|
WTP sliding window-based transmit control type. More...
#include <transmission.h>
Data Fields | |
uint16_t | _seq_num |
Sequence number. More... | |
uint16_t | _window_size |
Sliding window size. More... | |
uint16_t | _timeout |
Timeout. More... | |
uint8_t | _read_size |
READ size. More... | |
wio_buf_t | _pkt_buf |
Send packets buffer. More... | |
wio_buf_t | _msg_buf |
Send messages buffer. More... | |
uint16_t | _pkt_begin |
Current packet begin position. More... | |
uint8_t * | _pkt_size |
Pointer to current packet size. More... | |
uint16_t | _msg_begin_seq |
Begin position of next message (Sequence number) More... | |
uint16_t | _msg_begin_pos |
Begin position of next message (Buffer position) More... | |
uint16_t | _msg_fragmented |
Fragmented position of next message. More... | |
wio_queue_t | _fragments_queue |
Data fragments queue. More... | |
wio_queue_t | _read_info_queue |
READ OpSpec information queue. More... | |
wio_queue_t | _msg_ends_queue |
Message ends sequence number queue. More... | |
WTP sliding window-based transmit control type.
wio_queue_t _fragments_queue |
Data fragments queue.
uint16_t _msg_begin_pos |
Begin position of next message (Buffer position)
uint16_t _msg_begin_seq |
Begin position of next message (Sequence number)
wio_buf_t _msg_buf |
Send messages buffer.
wio_queue_t _msg_ends_queue |
Message ends sequence number queue.
uint16_t _msg_fragmented |
Fragmented position of next message.
uint16_t _pkt_begin |
Current packet begin position.
wio_buf_t _pkt_buf |
Send packets buffer.
uint8_t* _pkt_size |
Pointer to current packet size.
wio_queue_t _read_info_queue |
READ OpSpec information queue.
uint8_t _read_size |
READ size.
uint16_t _seq_num |
Sequence number.
uint16_t _timeout |
Timeout.
uint16_t _window_size |
Sliding window size.