aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2014-02-14 11:52:16 -0800
committerBruce A. Mah <bmah@es.net>2014-02-14 11:52:16 -0800
commit60bd98a538808e58eb18c259ebe3678bb19c3a2a (patch)
treecd2f32103a65e93e72b1f7c4a49512e605a39e32 /src/Makefile.am
parentd076653bd4a92a1587c8214a6e0603e25eda2307 (diff)
downloadiperf3-60bd98a538808e58eb18c259ebe3678bb19c3a2a.tar.gz
Add SCTP support with the --sctp flag (Linux and FreeBSD only).
Note this option only has a long option flag; we're running out of letters for short options. Based heavily on a patch submitted in Issue 131 (SCTP support for iperf); I added support for FreeBSD and did some other packaging and documentation improvements. We probably shouldn't tie SCTP support to looking specifically for Linux or FreeBSD; we probably leave support enabled all the time if possible, possibly with some configure-time checks.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index feac786..4718382 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,6 +18,8 @@ libiperf_a_SOURCES = \
iperf_tcp.h \
iperf_udp.c \
iperf_udp.h \
+ iperf_sctp.c \
+ iperf_sctp.h \
iperf_util.c \
iperf_util.h \
locale.c \