Skip to content

TCPDirect limit on size of received packet #15

@anmol9855

Description

@anmol9855

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions