dccp: Processing Confirm options
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Tue, 2 Dec 2008 07:33:18 +0000 (23:33 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Dec 2008 07:33:18 +0000 (23:33 -0800)
commitb1ad00422ecba0449f8e3a8f2ec9267bc994bf8f
tree6a3923ca76d60dd0e39b7323c8abaa74bbc7db20
parente77b8363b2ea7c0d89919547c1a8b0562f298b57
dccp: Processing Confirm options

Analogous to the previous patch, this adds code to interpret incoming Confirm
feature-negotiation options. Both functions operate on the feature-negotiation
list of either the request_sock (server) or the dccp_sock (client).

Thanks to Wei Yongjun for pointing out that it is overly restrictive to check
the entire list of confirmed SP values.

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/feat.c
net/dccp/feat.h
net/dccp/options.c