All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerrit Renker <gerrit@erg.abdn.ac.uk>
To: dccp@vger.kernel.org
Subject: [PATCH 0/5]: Sync/Reset Floods; Rate-Limiting for DCCP-Sync
Date: Mon, 09 Apr 2007 09:58:34 +0000	[thread overview]
Message-ID: <200704091058.35064@strip-the-willow> (raw)

This patch set fixes two bugs and adds rate-limiting for DCCP-Syncs.

Patch #1: Uses variables instead of a reference to skb fields;
          it is needed by patch #2 (no code change here).

Patch #2: Fixes the Sync/Reset flood bug discussed earlier on
          dccp@vger, by adding the special case for sequence-invalid
          Reset from RFC 4340, 7.5.4.

Patch #3: Renames `seq' parameter of dccp_send_sync into `ackno'.

Patch #4: Implements rate-limiting for DCCP-Syncs.

Patch #5: Adds another exception required by RFC 4340, 7.5.4 -
          In state REQUEST, receiving a Sync generates a Reset and
          not a SyncAck.

                 reply	other threads:[~2007-04-09  9:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=200704091058.35064@strip-the-willow \
    --to=gerrit@erg.abdn.ac.uk \
    --cc=dccp@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.