Fix macOS bridge kernel panic

This commit is contained in:
世界
2026-07-08 23:26:53 +08:00
parent af0809ed60
commit a1bc3515db
4 changed files with 26 additions and 22 deletions
-2
View File
@@ -260,8 +260,6 @@ func (b *backendLinux) Close() error {
return nil
}
// Zero tells the dispatcher not to clamp the TCP MSS or fragment; the host kernel
// does both on the forwarding path instead (see setupBridgeClampRules).
func (b *backendLinux) PortMTU() uint32 {
return 0
}