diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1998-12-04 21:52:25 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1998-12-04 21:52:25 +0000 |
commit | b3d8393fedf5aa80bf2e2f94079440ad857cc199 (patch) | |
tree | d6765e861639732921864a3e0b730c8fa5403551 /sys/conf | |
parent | 8fe046fefe1abaf3becc0f8cfd723e618deb0a9d (diff) |
Disable TCP_SACK and TCP_FACK until such time as they don't cause connection
problems between different revisions of OpenBSD.
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 ae50ce7c667..1761e52faec 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.40 1998/11/25 06:12:38 millert Exp $ +# $OpenBSD: GENERIC,v 1.41 1998/12/04 21:52:24 downsj 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 |