Tag: data
-
Data integrity is a fundamental component of information security
https://www.veracode.com/blog/2012/05/what-is-data-integrity
-
out-of order data…
$cat /proc/sys/net/ipv4/tcp_reordering 3 $ tcp_reordering – INTEGER Maximal reordering of packets in a TCP stream. Default: 3 proj-rep/kernel_code/tcp_ipv4.c 1921: tp->reordering = sysctl_tcp_reordering; 1922: nms.csail.mit.edu/~kandula/data/tcp-mult.tgz – Unknown – C irestarter-0.9.0/src/netfilter-script.c 271: fprintf (script, “# Set TCP Re-Ordering value in kernel to ‘5’\n”); 272: fprintf (script, “if [ -e /proc/sys/net/ipv4/tcp_reordering ]; then\n” 273: ” echo 5 > […]