unslop some comments

This commit is contained in:
JackDoan
2026-07-14 13:38:39 -05:00
parent ed55cf40d5
commit 69fa9e4a2e
7 changed files with 24 additions and 63 deletions
+2 -3
View File
@@ -110,9 +110,8 @@ func (m *MultiCoalescer) Commit(pkt []byte) error {
return m.pt.Commit(pkt)
}
// Flush drains every lane in a fixed order — TCP, UDP, passthrough — then
// resets the shared arena once. A lane error doesn't stop the remaining
// lanes; the joined errors are returned.
// Flush drains every lane in a fixed order, then resets the shared arena once.
// A lane error doesn't stop the remaining lanes; the joined errors are returned.
func (m *MultiCoalescer) Flush() error {
var errs []error
if m.tcp != nil {