Category: open-source |
|
| | |
| |
gaultier.github.io
|
|
| | |
| |
[AI summary] A collection of technical articles and blog posts covering various programming languages, tools, and system topics.
|
| | |
| |
www.neelc.org
|
|
| | |
| |
One commonly-stated problem with PPPoE, especially done on x86-based routers like pfSense and OPNsense is they're "single-threaded". The reason why they're single-threaded is because of how NICs are designed. These NICs know how to sort IPv4 and IPv6 traffic, but not PPP traffic. combined with both Linux and FreeBSD processing PPPoE in the thread that process packets. However, using virtualization and bridge interfaces (not PCIe passthrough), you can mitigate this issue and get real multi-threaded PPPoE.
|
| | |
| |
janaimke11.wordpress.com
|
|
| | |
|
Copyleft is the ability of a contributor or distributor to add restrictions to a work. While most open source software allows you to use and modify the code as you want, open source software incorporating copyleft provisions prevent a contributor from making the future software proprietary. Copyleft is a general method for making a program...
|