]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
dccp ccid-2: use feature-negotiation to report Ack Ratio changes
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Mon, 25 Jul 2011 03:18:25 +0000 (21:18 -0600)
committerGerrit Renker <gerrit@erg.abdn.ac.uk>
Mon, 1 Aug 2011 13:52:35 +0000 (07:52 -0600)
commit31daf0393fbb17cf6efe613fb538a3ea4b5202e4
tree1b6cca8e816283593ee6965198014f997fc91b11
parenta6444f4237af6c9981ddd45ab35a5c06d4e5a4d8
dccp ccid-2: use feature-negotiation to report Ack Ratio changes

This uses the new feature-negotiation framework to signal Ack Ratio changes,
as required by RFC 4341, sec. 6.1.2.

That raises some problems with CCID-2, which at the moment can not cope
gracefully with Ack Ratios > 1. Since these issues are not directly related
to feature negotiation, they are marked by a FIXME.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Samuel Jero <sj323707@ohio.edu>
Acked-by: Ian McDonald <ian.mcdonald@jandi.co.uk>
net/dccp/ccids/ccid2.c
net/dccp/proto.c