Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCPDirect limit on size of received packet #15

Open
anmol9855 opened this issue Jul 1, 2019 · 1 comment
Open

TCPDirect limit on size of received packet #15

anmol9855 opened this issue Jul 1, 2019 · 1 comment

Comments

@anmol9855
Copy link

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.

@yarrr-ru
Copy link
Contributor

yarrr-ru commented Jul 1, 2019

"Please consider upstreaming these comments to openonload authors. This git repo is just a clone of the tgz"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants