All of lore.kernel.org
 help / color / mirror / Atom feed
From: Florian Westphal <fw@strlen.de>
To: David Miller <davem@davemloft.net>
Cc: hannes@stressinduktion.org, netdev@vger.kernel.org
Subject: Re: updates to syncookies - timestamps not needed any more (freebsd)
Date: Fri, 12 Jul 2013 10:41:45 +0200	[thread overview]
Message-ID: <20130712084145.GJ27468@breakpoint.cc> (raw)
In-Reply-To: <20130711.165726.2168148122875413191.davem@davemloft.net>

David Miller <davem@davemloft.net> wrote:
> From: Hannes Frederic Sowa <hannes@stressinduktion.org>
> Date: Mon, 8 Jul 2013 18:04:21 +0200
> 
> > Interesting patch by Andre Opperann of FreeBSD:
> > <http://lists.freebsd.org/pipermail/freebsd-net/2013-July/035999.html>
> 
> Interesting work, but outside of the change of hash function I'm not so
> sure.  The whole reason we went to the timestamp field was to eliminate
> the coarse tables.
> 
> I understand that he claims that %99.99 of connections are handled by
> the values he has chosen, but this is still a step backwards in my
> opinion.

The main difference to what linux does is to avoid encoding the 'count'
value (Linux doesn't reseed secret[], and relies on count to detect old
cookies).

Not having the counter frees up space to encode tcp options in the cookie
instead of the timestamp.

  parent reply	other threads:[~2013-07-12  8:41 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-08 16:04 updates to syncookies - timestamps not needed any more (freebsd) Hannes Frederic Sowa
2013-07-08 16:39 ` Eric Dumazet
2013-07-08 18:09   ` Hannes Frederic Sowa
2013-07-11 23:57 ` David Miller
2013-07-12  1:41   ` Hannes Frederic Sowa
2013-07-12  2:25     ` Eric Dumazet
2013-07-12  6:59     ` richard -rw- weinberger
2013-07-12 15:22       ` Rick Jones
2013-07-12 16:18         ` Eric Dumazet
2013-07-12 16:33           ` Rick Jones
2013-07-12 17:00             ` Eric Dumazet
2013-07-12  7:24     ` David Miller
2013-07-12  8:41   ` Florian Westphal [this message]
2013-07-12 14:04     ` Eric Dumazet
2013-07-12 14:25       ` Florian Westphal
2013-07-12 14:32         ` Eric Dumazet
2013-07-12 23:37           ` David Miller
2013-07-26  6:45       ` Hannes Frederic Sowa
2013-07-26 12:56         ` Eric Dumazet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130712084145.GJ27468@breakpoint.cc \
    --to=fw@strlen.de \
    --cc=davem@davemloft.net \
    --cc=hannes@stressinduktion.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.