Changeset 1238

Show
Ignore:
Timestamp:
07/22/08 08:35:26 (2 years ago)
Author:
ahu
Message:

Move EDNS PING to EDNS OPTION 5, in coordination with David Ulevitch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/dnspacket.cc

    r1232 r1238  
    451451        d_wantsnsid=1; 
    452452      } 
    453       else if(iter->first == 4) {// 'EDNS PING' 
     453      else if(iter->first == 5) {// 'EDNS PING' 
    454454        d_ednsping = iter->second; 
    455455      }