Our application sends some data to one of our devices via TCP/IP, However communication in between not working as it should be.Because TCP/IP is bidirectional, so if one side sends data to other, other sends ACK flag.
As it seen in the capture, IP:192.168.0.43 sends bunch of [ACK]Packets with 1460 byte size, but there is no response from 192.168.0.103. Even though there is no answer, IP:192.168.0.43 behaves like, it gets the response and increases the Sequence number. While there is no TCP Retransmission error, I assume communication works properly. But how does it work like this ?
thanks.