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:
@@ -135,6 +135,10 @@ func (u *TesterConn) SupportsGSO() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (u *TesterConn) SupportsGRO() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (u *TesterConn) Rebind() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user