libcoap 4.3.5-develop-19cef11
coap_proxy_server_list_t Struct Reference

#include <coap_proxy.h>

+ Collaboration diagram for coap_proxy_server_list_t:

Data Fields

coap_proxy_server_tentry
 Set of servers to connect to. More...
 
size_t entry_count
 The number of servers. More...
 
size_t next_entry
 Next server to us (% entry_count) More...
 
coap_proxy_t type
 The proxy type. More...
 
int track_client_session
 If 1, track individual connections to upstream server, else 0. More...
 
unsigned int idle_timeout_secs
 Proxy session idle timeout (0 is no timeout) More...
 

Detailed Description

Definition at line 43 of file coap_proxy.h.

Field Documentation

◆ entry

coap_proxy_server_t* coap_proxy_server_list_t::entry

Set of servers to connect to.

Definition at line 44 of file coap_proxy.h.

◆ entry_count

size_t coap_proxy_server_list_t::entry_count

The number of servers.

Definition at line 45 of file coap_proxy.h.

◆ idle_timeout_secs

unsigned int coap_proxy_server_list_t::idle_timeout_secs

Proxy session idle timeout (0 is no timeout)

Definition at line 50 of file coap_proxy.h.

◆ next_entry

size_t coap_proxy_server_list_t::next_entry

Next server to us (% entry_count)

Definition at line 46 of file coap_proxy.h.

◆ track_client_session

int coap_proxy_server_list_t::track_client_session

If 1, track individual connections to upstream server, else 0.

Definition at line 48 of file coap_proxy.h.

◆ type

coap_proxy_t coap_proxy_server_list_t::type

The proxy type.

Definition at line 47 of file coap_proxy.h.


The documentation for this struct was generated from the following file: