[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4AE40F4F.3020004@codefidence.com>
Date: Sun, 25 Oct 2009 10:41:51 +0200
From: Gilad Ben-Yossef <gilad@...efidence.com>
To: William Allen Simpson <william.allen.simpson@...il.com>
CC: netdev@...r.kernel.org
Subject: Re: [PATCH v2 1/8] Only parse time stamp TCP option in time wait
sock
Hello William,
William Allen Simpson wrote:
>> If you examine the specific context where tcp_parse_options is being
>> called here,
>> the only TCP option which is of interest is the time stamp option,
>> and this code path
>> is only being taken when we already know that the original socket had
>> used the time stamp option.
>>
>> So while I agree that in general you are right, I do believe that in
>> the specific context
>> of this patch we should call tcp_parse_options with the established
>> flag on and let it
>> know we are expecting to see a time stamp option, which is what I was
>> referring to.
>>
> No, a major reason for time-wait is rebooted systems. We don't "know"
> anything about them, and they certainly don't know anything about us.
>
> As I mentioned, this is about edge cases.
I just read thoroughly the code in question again -
We use tcp_parse_option to check if there is a time stamp option in the
packet and if so, get the time stamp from it. We do this only when the
time wait minisocket has information of time stamp from the original
connection. We don't use any other TCP option or other inoformation from
the options read via that call.
The above statements are true both for the original code and my patch.
If there is any corner case with my code it is true for the original
code as well.
>
> My suggestion, as this patch is not essential to the other patches in the
> series, is to separate it. As I'm relatively new to this list, I don't
> know the best practice. But I'd like to support the others and delay
> this for further consideration.
I have no objection to separate or drop it altogether if there is a
specific technical reason why you think the code is wrong. It certainly
is possible I've done some done mistake. In that case, I would love
nothing more to hearing what it is and hopefully fixing it.
But "Maybe there are edge cases we didn't think about" is not specific
enough to work upon :-)
Thanks for all the feedback,
Gilad
--
Gilad Ben-Yossef
Chief Coffee Drinker & CTO
Codefidence Ltd.
Web: http://codefidence.com
Cell: +972-52-8260388
Skype: gilad_codefidence
Tel: +972-8-9316883 ext. 201
Fax: +972-8-9316884
Email: gilad@...efidence.com
Check out our Open Source technology and training blog - http://tuxology.net
"Sorry cannot parse this, its too long to be true :)"
-- Eric Dumazet on netdev mailing list
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists