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

Bug: transport secure mode failed to receive message #142

Closed
giangndm opened this issue Feb 24, 2024 · 1 comment
Closed

Bug: transport secure mode failed to receive message #142

giangndm opened this issue Feb 24, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@giangndm
Copy link
Contributor

Describe the bug
When we testing latency with VPN service, sometime the ping timeout, after tracing I found that the secure context of udp transport (may be both udp and tcp) cannot decrypt data. I dont know why but have some potential problems:

  • Lost packet
  • Unorder

To Reproduce
Steps to reproduce the behavior:

  1. Start Node A with vpn
  2. Start Node B with vpn (bad network conditions, maybe can simulate)
  3. From node A ping node B (in very rarely condition, ping timeout)

Expected behavior
All of ping should be successl

@giangndm giangndm added the bug Something isn't working label Feb 24, 2024
@giangndm
Copy link
Contributor Author

giangndm commented Apr 4, 2024

This issues is resolved with newest SDN

@giangndm giangndm closed this as completed Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant