diff options
author | tuexen <tuexen@FreeBSD.org> | 2011-01-23 19:36:28 +0000 |
---|---|---|
committer | tuexen <tuexen@FreeBSD.org> | 2011-01-23 19:36:28 +0000 |
commit | 459496919dd0ecbfbbc886bb920d7c21962e583c (patch) | |
tree | 113fb9742c838cfcf8b2c25a0b41af294e03b9d5 /sys/conf | |
parent | be597b794f8d52a23488bfaa06865cdc9356fd59 (diff) | |
download | FreeBSD-src-459496919dd0ecbfbbc886bb920d7c21962e583c.zip FreeBSD-src-459496919dd0ecbfbbc886bb920d7c21962e583c.tar.gz |
Add stream scheduling support.
This work is based on a patch received from Robin Seggelmann.
MFC after: 3 months.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 8d5cd24..b75d3d6 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -2638,6 +2638,7 @@ netinet/sctp_input.c optional inet sctp netinet/sctp_output.c optional inet sctp netinet/sctp_pcb.c optional inet sctp netinet/sctp_peeloff.c optional inet sctp +netinet/sctp_ss_functions.c optional inet sctp netinet/sctp_sysctl.c optional inet sctp netinet/sctp_timer.c optional inet sctp netinet/sctp_usrreq.c optional inet sctp |