lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #21492] TCP MSS can be larger than MTU


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #21492] TCP MSS can be larger than MTU
Date: Wed, 14 Nov 2007 07:18:32 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9

Follow-up Comment #3, bug #21492 (project lwip):

> I'm probably being dumb

Of course you're not :-)

The + 20 is a remainder of the previous version of that function. It can be
deleted, so the line should be

sendmss = LWIP_MIN(sendmss, mss_s);

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?21492>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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