mirror of
https://github.com/slackhq/nebula.git
synced 2026-02-15 17:24:23 +01:00
claude implements UDP GSO
This commit is contained in:
@@ -64,3 +64,7 @@ func setIovecLen(iov *iovec, l int) {
|
||||
func setMsghdrIovlen(hdr *msghdr, l int) {
|
||||
hdr.Iovlen = uint32(l)
|
||||
}
|
||||
|
||||
func setMsghdrControllen(hdr *msghdr, l int) {
|
||||
hdr.Controllen = uint32(l)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user