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:	Mon, 16 Jul 2012 23:16:44 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	ycheng@...gle.com
Cc:	hkchu@...gle.com, edumazet@...gle.com, ncardwell@...gle.com,
	sivasankar@...ucsd.edu, netdev@...r.kernel.org
Subject: Re: [PATCH 1/7] net-tcp: Fast Open base

From: Yuchung Cheng <ycheng@...gle.com>
Date: Mon, 16 Jul 2012 14:16:44 -0700

> +#define TCPOPT_EXP		254	/* Experimental */
> +/* Magic number to be after the option value for sharing TCP
> + * experimental options. See draft-ietf-tcpm-experimental-options-00.txt
> + */
> +#define TCPOPT_FASTOPEN_MAGIC	0xF989

If I apply this, we're stuck supporting this experimental number
forever.

Because somewhere, someone will have a kernel running using this
number, so we have to support this option value as well as whatever
the official one is.

Therefore I think the only logical thing we can do is only deploy
this once an official option number is choosen.
--
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