-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
While using the TCPDirect library, I face an issue when reading a tcp packet of size 524. The call to zft_recv is able to read only 464 bytes. I've verified that the packet is available to read by running the same setup without using TCPDirect library which suggests the area of concern is the software interface.
I'm guessing it has to do with the max. size of the packet buffer. Is it a limitation of the library or packet buffer size can be customized? The configurable attributes listed only deal with number of packet buffers and size of rx/tx ring.
Metadata
Metadata
Assignees
Labels
No labels