drop ECN support for this release

This commit is contained in:
JackDoan
2026-07-31 13:42:15 -05:00
parent 549de9fd29
commit ddb90ad4b7
3 changed files with 12 additions and 21 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ func (m *MultiCoalescer) Commit(pkt []byte) error {
if m.udp != nil {
info, ok := parseUDP(pkt)
if !ok {
m.udp.addPassthrough(pkt) //we could also m.pt.Commit() here I guess?
m.udp.addPassthrough(pkt)
return nil
}
return m.udp.commitParsed(pkt, info)