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

Is the TCP implementation still not optimized? #232

Open
freak82 opened this issue Dec 9, 2019 · 2 comments
Open

Is the TCP implementation still not optimized? #232

freak82 opened this issue Dec 9, 2019 · 2 comments

Comments

@freak82
Copy link

freak82 commented Dec 9, 2019

Hi there,

In this page - https://openfastpath.org/index.php/service/technicaloverview/ I read that

IP and UDP implementations have been optimized for performance, TCP implementation is functional but not performance optimized.

Is this still the case?
Is the TCP implementation ready to be used against traffic in the wild? I mean, all kinds of HTTP and peer to peer traffic from different OS that an Internet Service Provider sees, for example.

Thanks,
Pavel.

@bogdanPricope
Copy link
Contributor

Yes and No. Many optimizations were tried (mostly in private forks). Thing is, there is not a single solution that fits all cases. What may work on "webserver" kind of scenarios may not work on single connection with large throughput.

About "ready" and "traffic in the wild".. afaik no guarantees are provided.

@freak82
Copy link
Author

freak82 commented May 18, 2020

Hi,

Thanks for the response.

I was asking about the following scenario: transparent forwarding proxy with caching capabilites used by some internet service providers for bandwidth saving. We have multiple locations where the proxy processes between 100 MBps and 20 Gbps. The peers on both sides of the proxy connection can use literally everything as OS and network stack implementation and we have no control over it.
We are searching for ways to decrease our hardware requirements using technologies like OpenFastPath or F-stack (dpdk + FreeBSD networking stack).

Pavel.

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