Cache container that holds a coap_pkt_t
struct.
More...
Cache container that holds a coap_pkt_t
struct.
Definition at line 61 of file cache.h.
#include <cache.h>
◆ cache_key
◆ max_age
uint32_t nanocoap_cache_entry_t::max_age |
absolute system time in seconds until which this cache entry is considered valid.
Definition at line 93 of file cache.h.
◆ node
needed for clist_t, must be the first struct member!
Definition at line 65 of file cache.h.
◆ request_method
uint8_t nanocoap_cache_entry_t::request_method |
the method of the initial request
Definition at line 84 of file cache.h.
◆ response_buf
buffer to hold the response message.
Definition at line 80 of file cache.h.
◆ response_len
size_t nanocoap_cache_entry_t::response_len |
length of the message in response
Definition at line 82 of file cache.h.
◆ response_pkt
packet representation of the response
Definition at line 75 of file cache.h.
◆ truncated
bool nanocoap_cache_entry_t::truncated |
the cached response is truncated
Definition at line 86 of file cache.h.
The documentation for this struct was generated from the following file: