TCP Recieve Buffer
I need some clarification for window size.
I know the Window Size in a TCP packet indicates the size of the receive buffer of the host.
Is this the receive buffer for a single TCP stream or for all streams?
As an example, a web server will have thousands if not more connections.
So the Window size in the TCP window, is this the receive window for all connections or just the connection between a single client and server.