simplenetspeed
simplenetspeed copied to clipboard
code optimization (slight)
replace the mode verification to this
else if (mode == 2 || mode == 3) {
the result is the same, but in this case second part will not be checked if first returned true (mode == 2)
Please open pull request