First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

connectivity stop between client and server

  • retag add tags

Hi all,

My question is that I getting a lot of Retransmission packets with the connection between the client and Server. basically, I have a Client ( phone application installed on my cell phone) with IP address 10.1.100.28, and Server with IP address 10.1.100.200. Sometimes the connectivity stop between them. Does anyone have any idea why? Unfortunately, I don't have enough points to upload my Wireshark file, anybody have any idea how can I share my file.

Regards,

Sabah's avatar
1
Sabah
asked 2018-08-30 15:01:08 +0000
edit flag offensive 0 remove flag close merge delete

Comments

You can share it via other online services such as Cloudshark, Google Drive, etc.

cmaynard's avatar cmaynard (2018-08-30 15:59:28 +0000) edit

Thanks you

Sabah's avatar Sabah (2018-08-30 23:19:59 +0000) edit

Please check the link below for the packets

link text

Sabah's avatar Sabah (2018-08-30 23:21:01 +0000) edit

Seems that the TSecr value does of the SYN ACK does not match the TSval of the SYN packet. See similiar problem here: https://osqa-ask.wireshark.org/questi...

Christian_R's avatar Christian_R (2018-08-31 16:14:46 +0000) edit

Hi, I don't think that same issue since the TSval of the first SYN matches the TSect of the SYN/ACK, but the client doesn't reply with ACK after the 3-way shake messages, but instead, it sent the RTO of the first SYN.

Sabah's avatar Sabah (2018-08-31 18:49:39 +0000) edit
add a comment see more comments

1 Answer

1

I presume you are capturing this on the wired network and your phone is on WiFi. It looks to me that your WiFi network has a poor physical layer connection to your phone. You can see phone initiated the session (SYN flag) at frames 3,5,7, and 14. For each one your server ACKnowldges (SYN/ACK). The SYNs are coming in at increasing inter. Between the SYN at frame 8 and 14 there are 3 SYNACKs from your server that don't seem to be heard.

Try moving your WiFi to another channel as your probably are getting a lot of interference.

Basically TCP is doing it's job from what I can see

martyvis's avatar
911
martyvis
answered 2018-08-31 00:06:21 +0000
edit flag offensive 0 remove flag delete link

Comments

Hi I don't think there is an issue with my wifi signal, I can ping between the client and server perfectly. the only thing that confuses me that the client doesn't reply to the server with ACK but reply with RTO of the SYN message, please check tcp.stream eq 2 and all of that happens after 3 to 5 min of turning the screen of my cell phone off.

Sabah's avatar Sabah (2018-08-31 18:45:12 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer