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:
@@ -192,6 +192,10 @@ func (u *StdConn) SupportsGSO() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (u *StdConn) SupportsGRO() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (u *StdConn) Rebind() error {
|
||||
var err error
|
||||
if u.isV4 {
|
||||
|
||||
Reference in New Issue
Block a user