lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] TCP Buffer Size Increment


From: Simon Goldschmidt
Subject: Re: [lwip-users] TCP Buffer Size Increment
Date: Wed, 3 Feb 2016 10:05:14 +0100

Gaurav Jain wrote:
> TCP has a mechanism to increase the buffer after every successful
> transaction. So after receiving how does it increase it to 1460 bytes(
> the upper limit)?

It's the sender that has this limit. As in your example, lwIP is the receiver,
slow start doesn't help you.

Also, what you are talking about is actually a limit to the window, not to
the maximum segment size. Being like that, 1460 is NOT the upper limit.

Again, without having the remote side under control, you can NOT ensure to
get 512 byte sized segments. That's just not what TCP is like.


Simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]