lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 10 Dec 2009 10:55:33 -0800
From:	Joe Perches <joe@...ches.com>
To:	Stephen Hemminger <shemminger@...tta.com>
Cc:	chavey@...gle.com, davem@...emloft.net, netdev@...r.kernel.org,
	therbert@...gle.com, eric.dumazet@...il.com
Subject: Re: [PATCH] Add sysctl to set the advertised TCP initial receive
 window.

On Thu, 2009-12-10 at 08:57 -0800, Stephen Hemminger wrote:
> You could use the hole in the structure:
>                 snd_wscale : 4, /* Window scaling received from sender  */
>                 rcv_wscale : 4; /* Window scaling to send to receiver   */
> +	u8	init_rcv_wnd;	/* TCP initial receive window in MSS */
> /*      SACKs data      */
>         u8      num_sacks;      /* Number of SACK blocks        

That hole got filled by tcp cookies.

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ