45#if IS_USED(MODULE_NANOCOAP_CACHE) 
 
   56#ifndef GCOAP_PROXY_STACK_SIZE 
   57#define GCOAP_PROXY_STACK_SIZE (THREAD_STACKSIZE_DEFAULT + DEBUG_EXTRA_STACKSIZE \ 
   58                                + sizeof(coap_pkt_t) + GCOAP_DTLS_EXTRA_STACKSIZE) 
 
   65    GCOAP_FORWARD_PROXY_MSG_SEND,
 
#define COAP_ETAG_LENGTH_MAX
maximum length of the ETag option
void gcoap_forward_proxy_thread_init(void)
Initialize the forward proxy thread.
int gcoap_forward_proxy_req_send(client_ep_t *cep)
Forward the CoAP request to the server The client endpoint is passed as an argument and freed if the ...
struct _sock_tl_ep sock_udp_ep_t
An end point for a UDP sock object.
struct event event_t
event structure forward declaration
Generic CoAP values as defined by RFC7252.
sock_udp_ep_t proxy_ep
proxy endpoint
sock_udp_ep_t server_ep
forward Server endpoint
sock_udp_ep_t ep
client endpoint
coap_pkt_t pdu
forward CoAP PDU
ztimer_t empty_ack_timer
empty ACK timer
event_t event
client event
uint8_t flags
client flags
CoAP PDU parsing context structure.