[Babel-users] Bucket full, dropping packet

Juliusz Chroboczek jch at pps.univ-paris-diderot.fr
Mon Dec 14 19:41:13 UTC 2015


> Well, I was not sure about this one.  The problem with debug_level is
> that it produces too verbose output, it's not just "checks".  I was
> rather thinking about having a test-mode version of babeld, which let
> the clean babeld-code as-is, and add some code around, like mocks. (?)

Please do either

  #ifdef DEBUG

or

  #ifndef NDEBUG

at your preference.

(NDEBUG is the standard macro used for disabling assertions.)

-- Juliusz



More information about the Babel-users mailing list