Zephyr TCP Delay
#85532
Replies: 1 comment 19 replies
-
What zephyr version are you using? |
Beta Was this translation helpful? Give feedback.
19 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm running a TCP server on Zephyr, and I'm experiencing a significant delay when a new client, one that the board hasn’t seen before, tries to connect. Even simple ping requests from the new client take a long time to get a response.
I assume this delay is due to the client's address not being updated in the ARP table quickly enough. Has anyone encountered this issue before, and if so, how did you resolve it?
My Ethernet Configuration:
Beta Was this translation helpful? Give feedback.
All reactions