-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
docs: Docs buffer overrun improvement #3986
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
docs: Docs buffer overrun improvement #3986
Conversation
|
@gschintgen could you review this as you originally added this section to the docs? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a few suggestions below to improve the spacing and syntax highlighting.
Sorry for the late reply. The traffic shaping commands look fine to me, though I'm by no means an expert on this. And it has been quite some time since I last played with But just to be sure: @erikmagkekse, you're having the buffer overruns with the current stable release? A few months ago the networking code has been modified in order to alleviate this type of issues. See #2803 for the whole discussion. (And also |
@gschintgen I will test it in a few days again without TC for you, but as my date posting this I was running the latest version to that time and had issues. GPU Server@10Gbit <====> SteamDeck@1Gbit |
…only for the sunshine port
…only for the sunshine port
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
4bc79a7
to
d47c81b
Compare
Please retry analysis of this Pull-Request directly on SonarQube Cloud |
Bundle ReportBundle size has no change ✅ |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3986 +/- ##
=======================================
Coverage 11.31% 11.31%
=======================================
Files 92 92
Lines 17572 17572
Branches 8240 8240
=======================================
Hits 1989 1989
Misses 13064 13064
Partials 2519 2519
Flags with carried forward coverage won't be shown. Click here to find out more. |
Description
Just a small documentation improvement with example code how traffic shaping could be done on a OS Level.
I troubleshooted that issue for many hours, found out about this helpful page but didn't found any examples. I think that will be helpful for many other users too.
Type of Change
.github/...
)Checklist