On Sun, Nov 27, 2022 at 06:42:48PM +0000, Klemens Nanni wrote: > Using a local `duplicate' variable to defer the actual checks by a few > lines, interleaved with comments (saying the same thing but negated), > is harder to follow that neccessary. > > Fold the logic and merge comments (remove the last obvious one missing > a negation) to save 20 LOC. > > Feedback? Objection? OK?
OK bluhm@ > - * We have transmitted sufficient number of DAD packets. > + * We have transmitted enough DAD packets. Could you leave this line as it is? Not changing comment makes cvs blame easier to use. And "enough" is not better to understand than "sufficient number of".