use lneto.ErrDropPacket where appropiate; clean up examples/xnet output

This commit is contained in:
soypat
2025-12-31 18:15:34 -03:00
parent 243d1a720d
commit dc374169dc
7 changed files with 43 additions and 19 deletions
+1
View File
@@ -21,6 +21,7 @@ type errGeneric uint8
const (
_ errGeneric = iota // non-initialized err
ErrPacketDrop // packet dropped
ErrBadCRC // incorrect checksum
)
func (err errGeneric) Error() string {