diff options
author | 1998-11-17 19:29:52 +0000 | |
---|---|---|
committer | 1998-11-17 19:29:52 +0000 | |
commit | b97a27693a61016875158ae4e6ad4807abe9be34 (patch) | |
tree | dd2e139de36ffd4068b8a3e7a3b26c92e77d54b4 | |
parent | NewReno, SACK and FACK support for TCP, adapted from code for BSDI (diff) | |
download | wireguard-openbsd-b97a27693a61016875158ae4e6ad4807abe9be34.tar.xz wireguard-openbsd-b97a27693a61016875158ae4e6ad4807abe9be34.zip |
enable TCP_SACK and TCP_FACK by default
-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 |