unslop, improve the tio interface

This commit is contained in:
JackDoan
2026-07-28 16:20:14 -05:00
parent df8955177e
commit 5c0f6e2b5f
13 changed files with 255 additions and 240 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ func (r *Offload) Read() ([]Packet, error) {
return nil, err
}
if err := r.decodeRead(n); err != nil {
// Drop and read again — a bad packet should not kill the reader.
// Drop and read again. A bad packet should not kill the reader.
continue
}
break