mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
Changes: https://sourceforge.net/p/iperf2/code/ci/master/tree/doc/RELEASE_NOTES https://sourceforge.net/p/iperf2/code/ci/master/log/
9 lines
306 B
C
9 lines
306 B
C
--- compat/gettcpinfo.c.orig 2021-12-11 04:24:44 UTC
|
|
+++ compat/gettcpinfo.c
|
|
@@ -97,6 +97,4 @@ inline void gettcpinfo (SOCKET sock, struct ReportStru
|
|
sample->tcpstats.rtt = 1;
|
|
sample->tcpstats.isValid = false;
|
|
};
|
|
-#else
|
|
-inline void gettcpinfo (int sock, struct ReportStruct *sample) {
|
|
#endif
|