Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
0xQSL
on July 15, 2018
|
parent
|
context
|
favorite
| on:
Show HN: Router7 – A pure-Go implementation of a s...
It would be interesting to add cake sqm as that is the only reason i'd currently prefer openwrt/lede over this. Cake should be in mainline linux soon. (
https://www.phoronix.com/scan.php?page=news_item&px=CAKE-Qdi...
)
How would one go about implementing this? Call the tc binary or reimplement tc in go?
secure
on July 15, 2018
[–]
You can prototype/test the feature by calling tc (interactively via
https://github.com/gokrazy/breakglass
). Then, a good long-term solution is to reimplement what tc is doing in Go.
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
How would one go about implementing this? Call the tc binary or reimplement tc in go?