
Network optimisation.
~~~~~~~~~~~~~~~~~~~~~
You should configure Powertweak to tune your network settings based
upon what the system is mostly used for. (If both, choose the Internet
settings).

Disabling timestamping, window scaling and selective acknowledgement
will result in slightly better ethernet performance.


Internet:
    /proc/sys/net/ipv4/tcp_timestamps=1
    /proc/sys/net/ipv4/tcp_window_scaling=1
    /proc/sys/net/ipv4/tcp_sack=1

Intranet:
    /proc/sys/net/ipv4/tcp_timestamps=0
    /proc/sys/net/ipv4/tcp_window_scaling=0
    /proc/sys/net/ipv4/tcp_sack=0

