mirror of
https://github.com/slackhq/nebula.git
synced 2026-02-16 01:34:22 +01:00
claude implements UDP GRO
This commit is contained in:
@@ -336,6 +336,10 @@ func (u *RIOConn) SupportsGSO() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (u *RIOConn) SupportsGRO() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (u *RIOConn) Rebind() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user