fix #31 by maintaining conns on listener encapsulate no-op

This commit is contained in:
soypat
2026-02-02 22:38:41 +01:00
parent 0a19c6bfd8
commit cd51bd6c3f
+3
View File
@@ -170,6 +170,9 @@ func (listener *Listener) Encapsulate(carrierData []byte, offsetToIP, offsetToFr
err = nil
}
}
if n == 0 {
listener.maintainConns()
}
return n, err
}