libcoap 4.3.5-develop-19cef11
|
Only used for servers for hashing incoming packets. More...
#include <coap_session_internal.h>
Data Fields | |
coap_address_t | remote |
remote address and port More... | |
uint16_t | lport |
local port More... | |
coap_proto_t | proto |
CoAP protocol. More... | |
Only used for servers for hashing incoming packets.
Cannot have local IP address as this may be an initial multicast and subsequent unicast address
Definition at line 40 of file coap_session_internal.h.
uint16_t coap_addr_hash_t::lport |
local port
Definition at line 42 of file coap_session_internal.h.
coap_proto_t coap_addr_hash_t::proto |
CoAP protocol.
Definition at line 43 of file coap_session_internal.h.
coap_address_t coap_addr_hash_t::remote |
remote address and port
Definition at line 41 of file coap_session_internal.h.