]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf99051d5f3b03bbe54f6981649d35ed8d2182116
tree6a3923ca76d60dd0e39b7323c8abaa74bbc7db20
parente29239f384fb5588bfc7bbaf4311e7f12aa57fdc
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