| commit | f10ecaee6dc2c6d56783462b2a82e98bc81b55f4 | [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:34 2008 +0200 |
| tree | d8c8049b47c2a8bfa74a6308da21c6d873cb9131 | |
| parent | ce177ae2e6b196659e93a9408cc1f5f13f206d13 [diff] |
dccp: Replace magic CCID-specific numbers by symbolic constants
The constants DCCPO_{MIN,MAX}_CCID_SPECIFIC are nowhere used in the code, but
instead for the CCID-specific options numbers are used.
This patch unifies the use of CCID-specific option numbers, by adding symbolic
names reflecting the definitions in RFC 4340, 10.3.
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>