setsockopt - Is the tcp window size relevant to the SND_BUF or RCV_BUF of the tcp socket? -
i want know when change snd_buf of socket via setsockopt api, original window size of tcp layer changed accordingly?
it doesn't change since receive window size, whereas so_sndbuf
controls size of send buffer.
Comments
Post a Comment