git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4874c13
)
dccp: Replace magic CCID-specific numbers by symbolic constants
author
Gerrit Renker
<gerrit@erg.abdn.ac.uk>
Sun, 19 Sep 2010 18:08:00 +0000
(20:08 +0200)
committer
Gerrit Renker
<gerrit@erg.abdn.ac.uk>
Tue, 21 Sep 2010 10:14:25 +0000
(12:14 +0200)
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>
No differences found