From: Gerrit Renker <gerrit@erg.abdn.ac.uk>
To: davem@davemloft.net
Cc: dccp@vger.kernel.org, netdev@vger.kernel.org
Subject: net-next-2.6 [PATCH 0/7] dccp: add support for dynamic parameter updates
Date: Mon, 25 Jul 2011 07:36:29 -0600 [thread overview]
Message-ID: <1311600996-6712-1-git-send-email-gerrit@erg.abdn.ac.uk> (raw)
In-Reply-To: <test_tree_patch_set_update_2011-07-25>
Hi Dave,
please find attached a 2-part patch set to implement features required by the RFCs:
a) exchange of "non-negotiable" (NN) feature options (RFC 4340, 6.3.2), which are
used to dynamically update known parameters during an established connection;
b) use of this new API to improve the current state of the CCID-2 (RFC 4341)
implementation for updating Ack Ratio and Sequence Window features.
Both sets are thanks to the good work done by Samuel Jero.
General DCCP part:
Patch #1: introduces sender-signalling part for exchange of NN options.
Patch #2: implements the receiver-side and activation part for NN options.
Patch #3: bug-fix to send Confirm options in the RFC-specified manner.
CCID-2 part:
Patch #4: adds initial code for CCID-2 Ack Ratio exchange.
Patch #5: fixes issues with cwnd/Sequence Window relationship in CCID-2.
Patch #6: fixes a bug in incrementing the cwnd of CCID-2.
Patch #7: fixes a bug in updating Ack Ratio relative to cwnd in CCID-2.
I have also placed this in into a fresh (today's) copy of net-next-2.6, on
git://eden-feed.erg.abdn.ac.uk/net-next-2.6 [subtree 'dccp']
---
ccids/ccid2.c | 88 +++++++++++++++++++------
ccids/ccid2.h | 6 +
dccp.h | 1
feat.c | 202 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
feat.h | 1
proto.c | 1
6 files changed, 273 insertions(+), 26 deletions(-)
next parent reply other threads:[~2011-07-25 13:36 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <test_tree_patch_set_update_2011-07-25>
2011-07-25 13:36 ` Gerrit Renker [this message]
2011-08-01 7:10 ` net-next-2.6 [PATCH 0/7] dccp: add support for dynamic parameter updates David Miller
2011-08-01 14:43 ` Gerrit Renker
2011-08-02 0:37 ` David Miller
2011-07-25 13:36 ` [PATCH 1/7] dccp: support for the exchange of NN options in established state 1/2 Gerrit Renker
2011-07-25 13:36 ` [PATCH 2/7] dccp: support for exchanging of NN options in established state 2/2 Gerrit Renker
2011-07-25 13:36 ` [PATCH 3/7] dccp: send Confirm options only once Gerrit Renker
2011-07-25 13:36 ` [PATCH 4/7] dccp ccid-2: use feature-negotiation to report Ack Ratio changes Gerrit Renker
2011-07-25 13:36 ` [PATCH 5/7] dccp ccid-2: prevent cwnd > Sequence Window Gerrit Renker
2011-07-25 13:36 ` [PATCH 6/7] dccp ccid-2: increment cwnd correctly Gerrit Renker
2011-07-25 13:36 ` [PATCH 7/7] dccp ccid-2: check Ack Ratio when reducing cwnd Gerrit Renker
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=1311600996-6712-1-git-send-email-gerrit@erg.abdn.ac.uk \
--to=gerrit@erg.abdn.ac.uk \
--cc=davem@davemloft.net \
--cc=dccp@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).