[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [lwip-devel] [bug #22249] TCP MSS set to 0 into TCP option
From: |
Bill Auerbach |
Subject: |
RE: [lwip-devel] [bug #22249] TCP MSS set to 0 into TCP option |
Date: |
Tue, 4 Mar 2008 08:25:02 -0500 |
> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden On Behalf
> Of Kieran Mansley
> Sent: Tuesday, March 04, 2008 8:10 AM
> To: Kieran Mansley; Jonathan Larmour; Oleg Tyshev; Marc Chaland; lwip-
> address@hidden
> Subject: [lwip-devel] [bug #22249] TCP MSS set to 0 into TCP option
>
>
> Update of bug #22249 (project lwip):
>
> Planned Release: => 1.3.1
>
> _______________________________________________________
>
> Follow-up Comment #4:
>
> Lets leave this till after 1.3.0
You could consider a quick check in init.c for TCP_MSS <> 0. That avoids
the divide by 0.
Bill