08-23-2025, 06:39 AM
Hello, I send you a protocol of the wireshark sniffer tool. I send from 169.254.22.62 ( my PC ) with
LDClient.Connect( "169.254.5.166:15471" , "False" ) a Connection Command to my Device.
The Response was :
4 0.010297 169.254.5.166 169.254.22.62 TCP 66 15471 → 59024 [SYN, ACK] Seq=0 Ack=1 Win=29200 Len=0 MSS=1460 SACK_PERM
5 0.010505 169.254.22.62 169.254.5.166 TCP 54 59024 → 15471 [ACK] Seq=1 Ack=1 Win=131328 Len=0
6 0.010940 169.254.22.62 169.254.5.166 TCP 54 59024 → 15471 [RST, ACK] Seq=1 Ack=1 Win=0 Len=0
In Line 6 the PC send a RST , i think that mean "Reset" to my Device 169.254.5.166 .....
Can you explain why this happens ?
The Protocol is in Attachment.
LDClient.Connect( "169.254.5.166:15471" , "False" ) a Connection Command to my Device.
The Response was :
4 0.010297 169.254.5.166 169.254.22.62 TCP 66 15471 → 59024 [SYN, ACK] Seq=0 Ack=1 Win=29200 Len=0 MSS=1460 SACK_PERM
5 0.010505 169.254.22.62 169.254.5.166 TCP 54 59024 → 15471 [ACK] Seq=1 Ack=1 Win=131328 Len=0
6 0.010940 169.254.22.62 169.254.5.166 TCP 54 59024 → 15471 [RST, ACK] Seq=1 Ack=1 Win=0 Len=0
In Line 6 the PC send a RST , i think that mean "Reset" to my Device 169.254.5.166 .....
Can you explain why this happens ?
The Protocol is in Attachment.