Forward proxy thread implementation for GCoAP.  
More...
Forward proxy thread implementation for GCoAP. 
 | 
| enum   | { GCOAP_FORWARD_PROXY_MSG_SEND
 } | 
|   | Definition of forward proxy thread msgs.  More...
  | 
|   | 
 | 
| 
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 send failed.  
  | 
|   | 
◆ GCOAP_PROXY_STACK_SIZE
      
        
          | #define GCOAP_PROXY_STACK_SIZE | 
        
      
 
Value:
#define DEBUG_EXTRA_STACKSIZE
Extra stacksize needed when ENABLE_DEBUG==1.
 
#define GCOAP_DTLS_EXTRA_STACKSIZE
Stack size for module thread.
 
CoAP PDU parsing context structure.
 
#define THREAD_STACKSIZE_DEFAULT
A reasonable default stack size that will suffice most smaller tasks.
 
 
Stack size for the forward proxy thread. 
Definition at line 57 of file forward_proxy_internal.h.
 
 
◆ anonymous enum
◆ gcoap_forward_proxy_req_send()
Forward the CoAP request to the server The client endpoint is passed as an argument and freed if the send failed. 
- Parameters
 - 
  
  
 
- Returns
 - gcoap_req_send