Ask Your Question
0

Question on Window full

asked 2024-12-17 22:25:59 +0000

Musky3913 gravatar image

When the window full packet is sent shouldnt the next packet be a window zero and if that packet is not sent would this cause application issues here is the link to the capture file

https://drive.google.com/file/d/1oFyI...

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2024-12-17 23:34:04 +0000

SYN-bit gravatar image

It looks like you made the capture on the client system. The iRTT (initial roundtrip time) is 34 ms. The client was sending the data, so Wireshark sees the client send as much data that it fills the receive buffer on the receiving side, hence the window full notification. But the last received ACK from the server was an ACK to a packet that was sent ~34 ms ago. In the mean time the server is reading data from the receive buffer, opening up more space, as can be seen in the ACKs ~34ms after data has been sent.

If you would capture on the server side, there will be no Window full notifications as the ACKs follow the received data more directly.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2024-12-17 22:25:59 +0000

Seen: 40 times

Last updated: Dec 17