Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support connection based udp packet content #148

Open
lafirest opened this issue Aug 6, 2021 · 2 comments
Open

support connection based udp packet content #148

lafirest opened this issue Aug 6, 2021 · 2 comments
Assignees

Comments

@lafirest
Copy link
Member

lafirest commented Aug 6, 2021

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

connection_on_data

@lafirest lafirest changed the title support content based connection support connection based connection Aug 6, 2021
@lafirest lafirest changed the title support connection based connection support connection based udp packet content Aug 6, 2021
@lafirest lafirest self-assigned this Aug 12, 2021
@robertzhouxh
Copy link

robertzhouxh commented Jan 21, 2022

in the case of coap, the feature is very important!

@HJianBo
Copy link
Member

HJianBo commented Jan 21, 2022

Yep, we are planning the optimization for some UDP-based protocols, e.g CoAP, MQTT-SN, LwM2M, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants