Posts

LINUX – Network Throughput Tuning
LANGeneral Approach
To check what setting your system is using, use 'sysctl name' (e.g.: 'sysctl net.ipv4.tcp_rmem'). To change a setting use 'sysctl -w'. To make the setting permanent add the setting to the file 'sysctl.conf'.
[crayon-687246fa25aa6343389637/]
More…