Show
Ignore:
Timestamp:
01/07/11 21:33:04 (2 years ago)
Author:
ahu
Message:

remove old 'guillotine' truncate functionality which should've been disabled a long time ago
tought the packetcache about EDNS response size
no longer cache TCP answers for UDP usage

closes ticket 200

silence some debugging

Files:
1 modified

Legend:

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

    r1797 r1830  
    124124  const char *getRaw(void); //!< provides access to the raw packet, possibly on a packet that has never been 'wrapped' 
    125125  void spoofQuestion(const string &qd); //!< paste in the exact right case of the question. Useful for PacketCache 
    126   void truncate(int new_length); // has documentation in source 
    127126 
    128127  vector<DNSResourceRecord*> getAPRecords(); //!< get a vector with DNSResourceRecords that need additional processing