Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 511080 - net-misc/netifrc: tc support
Summary: net-misc/netifrc: tc support
Status: UNCONFIRMED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: netifrc (show other bugs)
Hardware: All Linux
: Normal enhancement with 1 vote (vote)
Assignee: netifrc Team
URL:
Whiteboard: netifrc:tc
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-23 07:37 UTC by Vitaly L. Fadeev
Modified: 2024-03-03 22:47 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly L. Fadeev 2014-05-23 07:37:01 UTC
Hi!
There is would be a good idea to realize some of this examples:

tc_qdisc_enp0s0="fq_codel"
that was run 
tc qdisc add dev enp0s0 root fq_codel

config_qdisc_enp0s0="limit 2000 target 3ms interval 40ms noecn"
that was run
tc qdisc change dev enp0s0 root fq_codel limit 2000 target 3ms interval 40ms noecn

You can write here to discuss other examples.