libcoap 4.3.5-develop-ea01661
|
Only used for servers for hashing incoming packets. More...
#include <coap_session_internal.h>
Data Fields | |
coap_address_t | remote |
remote address and port | |
uint16_t | lport |
local port | |
coap_proto_t | proto |
CoAP protocol. | |
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 44 of file coap_session_internal.h.
uint16_t coap_addr_hash_t::lport |
local port
Definition at line 46 of file coap_session_internal.h.
coap_proto_t coap_addr_hash_t::proto |
CoAP protocol.
Definition at line 47 of file coap_session_internal.h.
coap_address_t coap_addr_hash_t::remote |
remote address and port
Definition at line 45 of file coap_session_internal.h.