You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added "auto" as a valid value for hostapd_wait_for_secs, which should be correct all of the time. Note that now hostapd will not log to syslog anymore, but rather to /var/log/hostapd_interfacename.log
Changed systemd services to run in quiet mode by default
Changed file/folder permissions on config creation to be less permissive
Changed some custom frame optimization parameters.
Changed the verbosity of many messages (to quieten them)
Changed internet check to only resolve two names by default instead of four. Configurable.
Fixed SQM function to set congestion control to cubic if bbr is disabled in config. This may be undesirable in some places (but not in most routers?)
Fixed queue discipline application, fixed erroneous behavior (with wash/ingress for example) and added generic category
Removed some functionality that was deemed unnecessary/useless, like 'sniff' and the wifi wash option.
Removed grace period code from the daemon functions as it did nothing.