I'm getting a "The transmission window is now completely full" from local sender to server. Does this mean send's buffer was full or receiver buffer was full? I check TCP receive window on both end, window size did not shrink. Please help to under transmission window means sender or receiver. Thanks.

asked 17 Jun '11, 08:13

lung's gravatar image

lung
1111
accept rate: 0%


The "TCP window is now completely full" is a Wireshark generated expert item. It tells you that Wireshark has identified that the current packet has the exact payload size that will fill up the receive buffer on the receiving end (based on the latest seen "Window Size" on a packet from that receiver in the current TCP session).

link

answered 19 Jun '11, 14:36

SYN-bit's gravatar image

SYN-bit ♦♦
12.2k841174
accept rate: 18%

Thanks for the clarification SYNbit. :)

(19 Jun '11, 17:34) John_Modlin
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×228
×20
×1

Asked: 17 Jun '11, 08:13

Seen: 20,937 times

Last updated: 19 Jun '11, 19:56

powered by OSQA