commit | d2150b7bff3d397692cf0dc890f198d23564de5f | [log] [tgz] |
---|---|---|
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | Thu Sep 04 07:30:19 2008 +0200 |
committer | Gerrit Renker <gerrit@erg.abdn.ac.uk> | Thu Sep 04 07:45:29 2008 +0200 |
tree | 6916928ec289c46bca21c8a99640048e308fef3e | |
parent | 5a146b97d5e93db2df075c0d820f492bb996d0e3 [diff] |
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>