|
libcoap 4.3.5-develop-aef27f2
|
#include <coap_proxy.h>
Collaboration diagram for coap_proxy_server_list_t:Data Fields | |
| coap_proxy_server_t * | entry |
| Set of servers to connect to. | |
| size_t | entry_count |
| The number of servers in entry list. | |
| size_t | next_entry |
| Next server to use (% entry_count) | |
| coap_proxy_t | type |
| The proxy type and option controlling bits (if old type used, will get mapped into new + bits. | |
| int | track_client_session |
| If 1, track individual connections to upstream server, else 0 for all clients to be multiplexed over the same upstream session. | |
| unsigned int | idle_timeout_secs |
| Proxy upstream session idle timeout (0 is no timeout). | |
Definition at line 94 of file coap_proxy.h.
| coap_proxy_server_t* coap_proxy_server_list_t::entry |
Set of servers to connect to.
Definition at line 95 of file coap_proxy.h.
| size_t coap_proxy_server_list_t::entry_count |
The number of servers in entry list.
Definition at line 96 of file coap_proxy.h.
| unsigned int coap_proxy_server_list_t::idle_timeout_secs |
Proxy upstream session idle timeout (0 is no timeout).
Timeout is ignored if there are any active upstream Observe requests
Definition at line 103 of file coap_proxy.h.
| size_t coap_proxy_server_list_t::next_entry |
Next server to use (% entry_count)
Definition at line 97 of file coap_proxy.h.
| int coap_proxy_server_list_t::track_client_session |
If 1, track individual connections to upstream server, else 0 for all clients to be multiplexed over the same upstream session.
Definition at line 100 of file coap_proxy.h.
| coap_proxy_t coap_proxy_server_list_t::type |
The proxy type and option controlling bits (if old type used, will get mapped into new + bits.
Definition at line 98 of file coap_proxy.h.