client ep structure More...
client ep structure
Definition at line 39 of file forward_proxy_internal.h.
#include <forward_proxy_internal.h>
Data Fields | |
coap_pkt_t | pdu |
forward CoAP PDU | |
sock_udp_ep_t | server_ep |
forward Server endpoint | |
sock_udp_ep_t | ep |
client endpoint | |
sock_udp_ep_t | proxy_ep |
proxy endpoint | |
uint16_t | mid |
message ID | |
uint8_t | flags |
client flags | |
ztimer_t | empty_ack_timer |
empty ACK timer | |
event_t | event |
client event | |
ztimer_t client_ep_t::empty_ack_timer |
empty ACK timer
Definition at line 49 of file forward_proxy_internal.h.
sock_udp_ep_t client_ep_t::ep |
client endpoint
Definition at line 42 of file forward_proxy_internal.h.
event_t client_ep_t::event |
client event
Definition at line 50 of file forward_proxy_internal.h.
uint8_t client_ep_t::flags |
client flags
Definition at line 45 of file forward_proxy_internal.h.
uint16_t client_ep_t::mid |
message ID
Definition at line 44 of file forward_proxy_internal.h.
coap_pkt_t client_ep_t::pdu |
forward CoAP PDU
Definition at line 40 of file forward_proxy_internal.h.
sock_udp_ep_t client_ep_t::proxy_ep |
proxy endpoint
Definition at line 43 of file forward_proxy_internal.h.
sock_udp_ep_t client_ep_t::server_ep |
forward Server endpoint
Definition at line 41 of file forward_proxy_internal.h.