lwip-users
[Top][All Lists]
Advanced

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

RE: [lwip-users] SOF_REUSEADDR & SOF_REUSEPORT


From: Kieran Mansley
Subject: RE: [lwip-users] SOF_REUSEADDR & SOF_REUSEPORT
Date: Tue, 13 Jan 2004 12:05:53 +0000 (GMT)

On Tue, 13 Jan 2004, Kjell Andersson XW (LI/EAB) wrote:
> Shouldn't the line:
>     if (flags & (TCP_ACK | TCP_SYN) &&
> be:
>     if (flags&TCP_ACK && flags&TCP_SYN) &&

Yes, it should, and that's how it used to read (my own tree is based on
0.5.something, and it's correct in that) - looks like we've introduced a
bug when trying to tidy something up.

Thanks for spotting it, will check in a fix asap.

Kieran






reply via email to

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