Fix udp/icmp not work on gso with mixed stack
This commit is contained in:
parent
6ee3db839d
commit
90ea7a0b69
2 changed files with 34 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ type NativeTun struct {
|
|||
writeAccess sync.Mutex
|
||||
vnetHdr bool
|
||||
writeBuffer []byte
|
||||
vnetHdrWriteBuf []byte
|
||||
gsoToWrite []int
|
||||
tcpGROTable *tcpGROTable
|
||||
udpGroAccess sync.Mutex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue