dankamongmen / libnetstack

Small library around rtnetlink to track networking stack elements
https://nick-black.com/dankwiki/index.php/Libnetstack
Apache License 2.0
10 stars 0 forks source link

Check statistics in unit tests #45

Closed dankamongmen closed 4 years ago

dankamongmen commented 4 years ago

Since completing #42, we have a number of stats available to us. Add code throughout our unit tests to verify that they're as expected following various operations. We might want a few that just exercise stats, as well.

dankamongmen commented 4 years ago

Looks good!