[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1235810309-10256-1-git-send-email-gerrit@erg.abdn.ac.uk>
Date: Sat, 28 Feb 2009 09:38:27 +0100
From: Gerrit Renker <gerrit@....abdn.ac.uk>
To: davem@...emloft.net
Cc: dccp@...r.kernel.org, netdev@...r.kernel.org
Subject: net-next-2.6 [Patch 0/2] dccp: Fix issues in setting the MPS
Hi Dave,
can you please consider this update, changes are summarized below and
patches have been in the test tree for a long while - it builds upon the
feature-negotiation infrastructure.
Gerrit
Patch summary:
--------------
The set fixes issues in setting the Maximum Packet Size (aka MSS/MTU).
Making efficient use of available packet space is even more important in
DCCP than in UDP, since fragmentation is discouraged as per RFC 4340, 14.
Patch #1: Computes MPS for common data-packet options and dynamically
adapts this value depending on negotiated features.
Patch #2: Fixes a problem that arises for the MPS due to the overlap of
half-established and established connection phases in DCCP.
Patch stats:
------------
ackvec.h | 3 +++
dccp.h | 5 ++++-
output.c | 37 ++++++++++++++++++++++++++++---------
3 files changed, 35 insertions(+), 10 deletions(-)
The set is also available for viewing online, at
http://eden-feed.erg.abdn.ac.uk/cgi-bin/gitweb.cgi?p=dccp_exp.git;a=commitdiff;h=6a58dc066df272c22c5caf07c486f8538307bb68
--
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