Searched defs:coap_session_t (Results 1 – 1 of 1) sorted by relevance
69 typedef struct coap_session_t { struct71 coap_session_type_t type; /**< client or server side socket */ argument72 coap_session_state_t state; /**< current state of relationaship with peer */73 unsigned ref; /**< reference count from queues */75 unsigned tls_overhead; /**< overhead of TLS layer */77 unsigned mtu; /**< path or CSM mtu */78 coap_address_t local_if; /**< optional local interface address */79 UT_hash_handle hh;80 coap_addr_tuple_t addr_info; /**< key: remote/local address info */81 int ifindex; /**< interface index */[all …]