mirror of
https://github.com/slackhq/nebula.git
synced 2026-08-15 13:57:03 +02:00
drop ECN support for this release
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user