diff options
-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 55c9067e404..67f52b14d24 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.56 1999/10/03 21:26:02 niklas Exp $ +# $OpenBSD: GENERIC,v 1.57 1999/10/06 05:25:27 millert Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -39,7 +39,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 |