First time here? Check out the FAQ!

Ask Your Question
0

Question on Window full

asked Dec 17 '4

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...

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
0

answered Dec 17 '4

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.

Preview: (hide)
link

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: Dec 17 '4

Seen: 1,889 times

Last updated: Dec 17 '24