esockd
esockd copied to clipboard
support connection based udp packet content
The current esockd is based on socket peerinfo to create a connection, but the survival time of the udp session on the router is generally very short. Coupled with the influence of NAT, the peerinfo of the same client may be constantly changing. So may we can support create a connection based on the content carried in the udp package

in the case of coap, the feature is very important!
Yep, we are planning the optimization for some UDP-based protocols, e.g CoAP, MQTT-SN, LwM2M, etc.