Searched defs:coap_session_t (Results 1 – 2 of 2) sorted by relevance
68 struct coap_session_t { struct70 coap_session_type_t type; /**< client or server side socket */ argument71 coap_session_state_t state; /**< current state of relationship with73 unsigned ref; /**< reference count from queues */74 size_t tls_overhead; /**< overhead of TLS layer */75 size_t mtu; /**< path or CSM mtu (xmt) */76 size_t csm_rcv_mtu; /**< CSM mtu (rcv) */77 coap_addr_hash_t addr_hash; /**< Address hash for server incoming packets */78 UT_hash_handle hh;79 coap_addr_tuple_t addr_info; /**< remote/local address info */[all …]
107 typedef struct coap_session_t coap_session_t; typedef