diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-11-19 18:27:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-11-19 18:27:03 +0000 |
commit | 831fb61f345d2dfeb6a8641a72153a693e9c00a7 (patch) | |
tree | 79121a63307e76c8b0110eec443d9f45d834c124 /sys/conf | |
parent | 7c323f20fc840521b7a7ba00508599fa4d1fdccd (diff) |
disable FACK/SACK again; they still panic alphas. Sorry Niels, but you have to do better...
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 93ca4ec53a9..f636d59d735 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.38 1998/11/19 01:57:03 provos Exp $ +# $OpenBSD: GENERIC,v 1.39 1998/11/19 18:27:02 deraadt Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -37,8 +37,8 @@ option EXT2FS # Second Extended Filesystem option MFS # memory file system #option XFS # xfs filesystem -option TCP_SACK # Selective Acknowledgements for TCP -option TCP_FACK # Forward Acknowledgements for TCP +#option TCP_SACK # Selective Acknowledgements for TCP +#option TCP_FACK # Forward Acknowledgements for TCP option NFSCLIENT # Network File System client option NFSSERVER # Network File System server |