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, …

tcp tuning tcp_reordering

[:–:]cat /proc/sys/net/ipv4/tcp_reordering 3 [:–:] The tcp_reordering variable tells the kernel how much a TCP packet may be reordered in a stream without assuming that the packet was lost somewhere on the way. If the packet is assumed lost, the TCP stack will automatically go back into a slow start since it believes packets may have …

tcp tuning tcp_abc

echo 1 > /proc/sys/net/ipv4/tcp_abc From RFC 3465. A Modified Algorithm for Increasing the Congestion Window As originally outlined in [Jac88] and specified in [RFC2581], TCP uses two algorithms for increasing the congestion window. During steady-state, TCP uses the Congestion Avoidance algorithm to linearly increase the value of cwnd. At the beginning of a transfer, after …

Basic relativity principles

Certain principles of relativity have been widely assumed in most scientific disciplines. One of the most widespread is the belief that any law of nature should be the same at all times; and scientific investigations generally assume that laws of nature are the same regardless of the person measuring them. These sorts of principles have …