-
Hello, we encountered an Issue where the otbr-agent log shows the following entry:
In Wireshark, we can see the outgoing TCP SYN message. Yet, wireshark on the client side does not show the incoming TCP ACK message, and the application hangs, unable to establish a TCP connection. Filtering the attached pcap shows the missing ACK packages. Is there anything we could have misconfigured that prevents the client thread stack from forwarding the TCP ACK packages to the upper layers? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
One thing to check is whether OpenThread's TCP implementation is disabled in your build: OpenThread's TCP implementation can intercept TCP packets that were intended for the host. |
Beta Was this translation helpful? Give feedback.
One thing to check is whether OpenThread's TCP implementation is disabled in your build:
OpenThread's TCP implementation can intercept TCP packets that were intended for the host.