Comments
Silly window syndrome is a problem with poorly-implemented TCP flow control. As a server with this problem becomes
Posted by waqasahmad
It is basically a problem that can ruin TCP performance.
Posted by HamidAliKhan
It is a problem that can ruin TCP performance. This problem occurs when data are passed to the sending TCP entity in large blocks, but an interactive application on the receiving side reads 1 byte at a time.
Posted by jaren