06-17-2009, 10:43 PM
|
|
PPCGeeks Regular
Offline
|
|
Join Date: Sep 2007
Posts: 57
Reputation: 155
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
|
Re: [ ROM ] [ CDMA ] [ HERMAN ] [ 06.09.09 ] [ Windows® Build 21731 ] MightyROM5
Quote:
Originally Posted by Wunder
Thanks, any idea what that is for anyway?
|
A TCP window the amount of outstanding (unacknowledged by the recipient) data a sender can send on a particular connection before it gets an acknowledgment back from the receiver that it has gotten some of it.
For example if a pair of hosts are talking over a TCP connection that has a TCP window size of 64 KB (kilobytes), the sender can only send 64 KB of data and then it must stop and wait for an acknowledgment from the receiver that some or all of the data has been received. If the receiver acknowledges that all the data has been received then the sender is free to send another 64 KB. If the sender gets back an acknowledgment from the receiver that it received the first 32 KB (which could happen if the second 32 KB was still in transit or it could happen if the second 32 KB got lost), then the sender could only send another 32 KB since it can't have more than 64 KB of unacknowledged data outstanding (the second 32 KB of data plus the third).
from:
http://www.ncsa.illinois.edu/~vwelch...p_windows.html
|