Disable a few noisy TRACEs, and limit how often we confirm new paths to avoid flooding.

This commit is contained in:
Adam Ierymenko 2015-04-15 13:15:09 -07:00
parent 1c9ca73065
commit 98bcc3d4b5
5 changed files with 15 additions and 5 deletions

View file

@ -441,6 +441,7 @@ private:
uint64_t _lastUnicastFrame;
uint64_t _lastMulticastFrame;
uint64_t _lastAnnouncedTo;
uint64_t _lastPathConfirmationSent;
uint16_t _vProto;
uint16_t _vMajor;
uint16_t _vMinor;