Alik Aslanyan
Alik Aslanyan
Resolve #38
Main source: ValveSoftware/halflife#278 - :white_check_mark: - bug was fixed - :question: - bug is pending for confirmation - :grey_question: - bugfix necessity is questionable - :exclamation::exclamation::exclamation: - bug was confirmed,...
It inherits some arguments from `powerpill`, so it is related to #548 Output of `bauerbill -h` and `bb-wrapper -h`: ``` USAGE Bauerbill.py [Bauerbill.py options] [pacman args] OPTIONS Bauerbill.Py should accept...
I tried to add implement this on my own. I think this should be combination of `_gnu_generic` and `_pacman`, where they complement each other, but I lack skill in shell...
Rust has now support for linker plugin LTO. So if we build C and Rust codes with the same version of LLVM cross-language optimizations are possible. https://doc.rust-lang.org/rustc/linker-plugin-lto.html I like this...
https://en.wikipedia.org/wiki/Type_of_service http://man7.org/linux/man-pages/man7/ip.7.html
1. NET_Sleep_Timeout allows server to wakeup earlier, if some data arrived to the one of the used sockets. This PR allows to put limit on that. Sometimes server can accelerate...