There's a few places in NetTrace where we use direct values (IE: 4) instead of const values (IE: UINT_LEN).
Not a high priority, but we should move toward consistent sizing, ideally a crate wide set of sizes to make things consistent (or some other idiomatic consistent way for this).
There's a few places in NetTrace where we use direct values (IE: 4) instead of const values (IE: UINT_LEN).
Not a high priority, but we should move toward consistent sizing, ideally a crate wide set of sizes to make things consistent (or some other idiomatic consistent way for this).