-
-
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
base: master
Are you sure you want to change the base?
docs: Docs buffer overrun improvement #3986
Conversation
…only for the sunshine port
…only for the sunshine port
|
@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.
Such a solution on Linux could look like that: | ||
``` | ||
# 1) Remove existing qdisc (pfifo_fast) |
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.
Such a solution on Linux could look like that: | |
``` | |
# 1) Remove existing qdisc (pfifo_fast) | |
Such a solution on Linux could look like that: | |
```bash | |
# 1) Remove existing qdisc (pfifo_fast) |
u32 match ip protocol 17 0xff \ | ||
match ip sport 47998 0xffff flowid 1:10 | ||
``` | ||
In that way only the Sunshine traffic is limited by 1 Gbit. This is not persistent on reboots. |
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.
In that way only the Sunshine traffic is limited by 1 Gbit. This is not persistent on reboots. | |
In that way only the Sunshine traffic is limited by 1 Gbit. This is not persistent on reboots. |
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