Changeset 1252 for trunk/pdns/pdns/dnspacket.cc
- Timestamp:
- 08/05/08 20:51:24 (5 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/dnspacket.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/dnspacket.cc
r1238 r1252 443 443 444 444 if(getEDNSOpts(mdp, &edo)) { 445 d_maxreplylen= edo.d_packetsize;445 d_maxreplylen=max(edo.d_packetsize, (uint16_t)1280); 446 446 447 447 for(vector<pair<uint16_t, string> >::const_iterator iter = edo.d_options.begin();