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:
@@ -106,6 +106,10 @@ func (u *GenericConn) SupportsGSO() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (u *GenericConn) SupportsGRO() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (u *GenericConn) WriteBatch(pkts []BatchPacket) (int, error) {
|
||||
for i := range pkts {
|
||||
if err := u.WriteTo(pkts[i].Payload, pkts[i].Addr); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user