tcp_rmem – vector of 3 INTEGERs: min, default, max

ABOUT tcp_rmem min: Minimal size of receive buffer used by TCP sockets. It is guaranteed to each TCP socket, even under moderate memory pressure. Default: 1 page default: initial size of receive buffer used by TCP sockets. This value overrides net.core.rmem_ default used by other protocols. Default: 87380 bytes. This value results in window of …

BusyBox – The Swiss Army Knife of Embedded Linux

UNIX Command $dpkg -L busybox /. /bin /bin/busybox /usr /usr/share /usr/share/man /usr/share/man/man1 /usr/share/man/man1/busybox.1.gz /usr/share/doc /usr/share/doc/busybox /usr/share/doc/busybox/copyright /usr/share/doc/busybox/changelog.Debian.gz $mount /dev/sda1 on / type ext3 (rw,errors=remount-ro,commit=0) tmpfs on /lib/init/rw type tmpfs (rw,nosuid,size=5242880,mode=755,size=5242880,mode=755) tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=755,size=10%,mode=755) proc on /proc type proc (rw,noexec,nosuid,nodev) sysfs on /sys type sysfs (rw,noexec,nosuid,nodev) udev on /dev type tmpfs (rw,mode=0755) tmpfs …