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
Hi,
I'm trying to send 5 packets, each of size 3KB, using Generic Segmentation Offload (GSO) in a UDP socket. However, I'm encountering an error: "Message too long". I suspect there might be an issue with how I'm using GSO. Here is a simplified version of my client code:
The text was updated successfully, but these errors were encountered:
xs-411
changed the title
Sending 5 x 3KB Packets via GSO - "Message too long" Error
Sending 5 x 3KB Packets via GSO - "Message too long/Invalid argument" Error
May 22, 2024
Hi,
I'm trying to send 5 packets, each of size 3KB, using Generic Segmentation Offload (GSO) in a UDP socket. However, I'm encountering an error: "Message too long". I suspect there might be an issue with how I'm using GSO. Here is a simplified version of my client code:
The text was updated successfully, but these errors were encountered: