You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Features for GSO (TUNSETOFFLOAD). */#defineTUN_F_CSUM 0x01 /* You can hand me unchecksummed packets. */#defineTUN_F_TSO4 0x02 /* I can handle TSO for IPv4 packets */#defineTUN_F_TSO6 0x04 /* I can handle TSO for IPv6 packets */#defineTUN_F_TSO_ECN 0x08 /* I can handle TSO with ECN bits. */#defineTUN_F_UFO 0x10 /* I can handle UFO packets */
I think we can ignore cksum for our usecase but not 100% sure
The text was updated successfully, but these errors were encountered: