]> bbs.cooldavid.org Git - net-next-2.6.git/commit
dccp: Integration of dynamic feature activation - part 2 (server side)
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Mon, 8 Dec 2008 09:15:55 +0000 (01:15 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Dec 2008 09:15:55 +0000 (01:15 -0800)
commit192b27ff35bad4cf76cc4239419e9f805935e4f8
tree8ad3bdb36f4cf7ef4f15c737c22f3b4d6b9578d3
parent6eb55d172b5f6de65afdae6285f8d732e4785bf7
dccp: Integration of dynamic feature activation - part 2 (server side)

This patch integrates the activation of features at the end of negotiation
into the server-side code.

Note regarding the removal of 'const':
--------------------------------------
 The 'const' attribute has been removed from 'dreq' since dccp_activate_values()
 needs to operate on dreq's feature list. Part of the activation is to remove
 those options from the list that have already been confirmed, hence it is not
 purely read-only.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Acked-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/minisocks.c