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