We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
是不是只有tap设备才能设置qdisc策略?BBR说明中说需要使用fq策略,如果未使用可能会引起延迟问题,那么使用raw socket backend会不会导致BBR不能很好的工作?
The text was updated successfully, but these errors were encountered:
在这里设置的 https://github.com/linhua55/rinetd/blob/lkl_raw/rinetd.c#L1665
Sorry, something went wrong.
这样设置后在raw socket这一层是不是也无法绕过主机本身的策略?,如果qdisc工作在第二层的话,那按理是不是tun/raw socket这些工作在第三层的都无法绕过主机的策略?
No branches or pull requests
是不是只有tap设备才能设置qdisc策略?BBR说明中说需要使用fq策略,如果未使用可能会引起延迟问题,那么使用raw socket backend会不会导致BBR不能很好的工作?
The text was updated successfully, but these errors were encountered: