Disable a few noisy TRACEs, and limit how often we confirm new paths to avoid flooding.
This commit is contained in:
parent
1c9ca73065
commit
98bcc3d4b5
5 changed files with 15 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue