Home
last modified time | relevance | path

Searched refs:tcp (Results 1 – 6 of 6) sorted by relevance

/iperf/
H A Dconfigure.ac111 AC_CHECK_HEADERS([linux/tcp.h])
164 [AC_LANG_PROGRAM([[#include <netinet/tcp.h>]],
176 [AC_LANG_PROGRAM([[#include <netinet/tcp.h>]],
306 #include <linux/tcp.h>
308 #include <netinet/tcp.h>
/iperf/src/
H A Diperf_api.c2751 struct protocol *tcp, *udp; in iperf_defaults() local
2808 tcp = protocol_new(); in iperf_defaults()
2809 if (!tcp) in iperf_defaults()
2812 tcp->id = Ptcp; in iperf_defaults()
2813 tcp->name = "TCP"; in iperf_defaults()
2814 tcp->accept = iperf_tcp_accept; in iperf_defaults()
2817 tcp->send = iperf_tcp_send; in iperf_defaults()
2818 tcp->recv = iperf_tcp_recv; in iperf_defaults()
2819 tcp->init = NULL; in iperf_defaults()
2824 protocol_free(tcp); in iperf_defaults()
[all …]
H A Diperf_config.h.in42 /* Define to 1 if you have the <linux/tcp.h> header file. */
/iperf/docs/
H A Dfaq.rst162 …https://support.microsoft.com/en-us/help/900926/recommended-tcp-ip-settings-for-wan-links-with-a-m…
192 /sbin/sysctl net.inet.tcp.cc.available
H A Ddev.rst90 value. Some part of this behavior is documented in the tcp(7)
H A Dinvoking.rst349 Linux kernel, as documented by tcp(7) and socket(7)).