scaling factor for calculating application portion of window

$cat /proc/sys/net/ipv4/tcp_adv_win_scale 2 $ Scaling factor for calculating application portion of window. Count buffering overhead as bytes / 2 ^ tcp_adv_win_scale (if tcp_adv_win_scale > 0) or bytes – bytes / 2 ^ (-tcp_adv_win_scale), if it is <= 0. The default value is 2. Copyright © 2002 by Oskar Andreasson Under GNU FDL. linux kernel source …

names of targets and files being debugged

From gdb. info files — Names of targets and files being debugged Local exec file: `/usr/bin/xine’, file type elf64-x86-64. Entry point: 0x409e30 0x0000000000400200 – 0x000000000040021c is .interp 0x000000000040021c – 0x000000000040023c is .note.ABI-tag 0x000000000040023c – 0x0000000000400260 is .note.gnu.build-id 0x0000000000400260 – 0x0000000000400dac is .hash 0x0000000000400db0 – 0x0000000000400e6c is .gnu.hash 0x0000000000400e70 – 0x0000000000403960 is .dynsym 0x0000000000403960 – 0x00000000004053f8 …

tcp tuning tcp_abort_on_overflow

$cat /proc/sys/net/ipv4/tcp_abort_on_overflow 0 $ The tcp_abort_on_overflow variable tells the kernel to reset new connections if the system is currently overflowed with new connection attempts that the daemon(s) can not handle. What this means, is that if the system is overflowed with 1000 large requests in a burst, connections may be reset since we can not …

windows registry

regedit is the command to invoke registry editor. it can be used for windows TCP tuning. The Windows Registry is a hierarchical database that stores configuration settings and options on Microsoft Windows operating systems. It contains settings for low-level operating system components as well as the applications running on the platform: the kernel, device drivers, …