1. 21 Sep, 2010 2 commits
    • Gerrit Renker's avatar
      dccp: Replace magic CCID-specific numbers by symbolic constants · a18213d1
      Gerrit Renker authored
      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: default avatarGerrit Renker <gerrit@erg.abdn.ac.uk>
      a18213d1
    • Gerrit Renker's avatar
      dccp: Add packet type information to CCID-specific option parsing · 4874c131
      Gerrit Renker authored
      This
       1. adds packet type information to ccid_hc_{rx,tx}_parse_options(). This is
          necessary, since table 3 in RFC 4340, 5.8 leaves it to the CCIDs to state
          which options may (not) appear on what packet type.
      
       2. adds such a check for CCID-3's {Loss Event, Receive} Rate as specified in
          RFC 4340 8.3 ("Receive Rate options MUST NOT be sent on DCCP-Data packets")
          and 8.5 ("Loss Event Rate options MUST NOT be sent on DCCP-Data packets").
      
       3. removes an unused argument `idx' from ccid_hc_{rx,tx}_parse_options(). This
          is also no longer necessary, since the CCID-specific option-parsing routines
          are passed every single parameter of the type-length-value option encoding.
      Signed-off-by: default avatarGerrit Renker <gerrit@erg.abdn.ac.uk>
      4874c131
  2. 19 Sep, 2010 6 commits
  3. 17 Sep, 2010 18 commits
  4. 16 Sep, 2010 14 commits