diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1998-11-17 19:29:53 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1998-11-17 19:29:53 +0000 |
commit | 906991aeecd005f2ef1fb4f46cd73144c13e6179 (patch) | |
tree | 6296a06afd3dae92db88beeb528dbfee5c8a6789 /sys/conf | |
parent | f4056acce40a0cafaefbc4d11482cc581a495726 (diff) |
enable TCP_SACK and TCP_FACK by default
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 195b3937c4c..1f356a1a76c 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.35 1998/09/19 20:03:18 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.36 1998/11/17 19:29:52 provos Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -37,6 +37,9 @@ 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 NFSCLIENT # Network File System client option NFSSERVER # Network File System server |