diff options
author | rrs <rrs@FreeBSD.org> | 2007-03-20 10:19:09 +0000 |
---|---|---|
committer | rrs <rrs@FreeBSD.org> | 2007-03-20 10:19:09 +0000 |
commit | e588f34e9ccbae45abec18203973bfaeb542187d (patch) | |
tree | b71b23d8365d1679b4b54a44f1c6c913ae3391f3 /sys/conf | |
parent | b3f52e360cfeec1dd4e69e6b252b7a20ed3cfc6b (diff) | |
download | FreeBSD-src-e588f34e9ccbae45abec18203973bfaeb542187d.zip FreeBSD-src-e588f34e9ccbae45abec18203973bfaeb542187d.tar.gz |
Adds missing flight size logging option for SCTP.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options index b987105..0a46bb3 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -419,6 +419,7 @@ SCTP_NAGLE_LOGGING opt_sctp.h SCTP_WAKE_LOGGING opt_sctp.h SCTP_RECV_RWND_LOGGING opt_sctp.h SCTP_SACK_RWND_LOGGING opt_sctp.h +SCTP_FLIGHT_LOGGING opt_sctp.h SCTP_MBUF_LOGGING opt_sctp.h # Netgraph(4). Use option NETGRAPH to enable the base netgraph code. |