| commit | a18213d1d2a469956845b437f5d1d0401ab22e8b | [log] [tgz] |
|---|---|---|
| author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | Sun Sep 19 20:08:00 2010 +0200 |
| committer | Gerrit Renker <gerrit@erg.abdn.ac.uk> | Tue Sep 21 12:14:25 2010 +0200 |
| tree | 8a0635d19a9e58cf7861666eefd07e949db09e3f | |
| parent | 4874c131d79695e3d372042781a408a1a8a762d8 [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>