diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-01 22:36:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-01 22:36:33 +0000 |
commit | 498f07938364b64ef8d9d0a61bae470acd482d2b (patch) | |
tree | 2ed62fabeb7194636a3a1f805f774080ce6a91c5 /sys | |
parent | 5a24f873c833ac9787f8229fd90c11c72ce38419 (diff) |
SACK is not bug-free yet; off for 2.6
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index a7330a200a2..5302cf78997 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.54 1999/09/29 14:13:33 art Exp $ +# $OpenBSD: GENERIC,v 1.55 1999/10/01 22:36:32 deraadt Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -40,7 +40,7 @@ option EXT2FS # Second Extended Filesystem option MFS # memory file system #option XFS # xfs filesystem -option TCP_SACK # Selective Acknowledgements for TCP +#option TCP_SACK # Selective Acknowledgements for TCP #option TCP_FACK # Forward Acknowledgements for TCP #option TCP_SIGNATURE # TCP MD5 Signatures, for BGP routing sessions |