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 dccp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html