Home
last modified time | relevance | path

Searched refs:sctp (Results 1 – 8 of 8) sorted by relevance

/iperf/
H A Dconfigure.ac89 # SCTP. Allow user to disable SCTP support with --without-sctp.
92 AC_ARG_WITH([sctp], optwith
93 [AS_HELP_STRING([--without-sctp],
103 AC_MSG_ERROR([Invalid --with-sctp value])
116 AC_CHECK_HEADERS([netinet/sctp.h],
118 AC_SEARCH_LIBS(sctp_bindx, [sctp])
120 [[#include <netinet/sctp.h>]]),
H A Dtest_commands.sh36 ./src/iperf3 -c "$host" --sctp -V -t 5
H A DRELNOTES.md155 * Configuring with the --without-sctp flag will now prevent SCTP
614 * SCTP support has been added (with the --sctp flag), on Linux,
H A Dconfigure14182 for ac_header in netinet/sctp.h
14217 for ac_lib in '' sctp
/iperf/src/
H A Diperf_api.c2753 struct protocol *sctp; in iperf_defaults() local
2841 sctp = protocol_new(); in iperf_defaults()
2842 if (!sctp) { in iperf_defaults()
2848 sctp->id = Psctp; in iperf_defaults()
2849 sctp->name = "SCTP"; in iperf_defaults()
2850 sctp->accept = iperf_sctp_accept; in iperf_defaults()
2851 sctp->listen = iperf_sctp_listen; in iperf_defaults()
2852 sctp->connect = iperf_sctp_connect; in iperf_defaults()
2853 sctp->send = iperf_sctp_send; in iperf_defaults()
2854 sctp->recv = iperf_sctp_recv; in iperf_defaults()
[all …]
H A Diperf_config.h.in45 /* Define to 1 if you have the <netinet/sctp.h> header file. */
/iperf/docs/
H A Dfaq.rst69 necessary to pass the ``--without-sctp`` flag at configure
H A Dinvoking.rst260 --sctp use SCTP rather than TCP (FreeBSD and Linux)