Can iperf3 run -M paramerts in windows OS? #1899
gg040431204
started this conversation in
General
Replies: 1 comment
-
Hi, usually iperf3 on Windows is built over Cywin (Windows iperf3 is not formally supported). iperf3 1690 case TCP_MAXSEG:
1691 /* Winsock doesn't support setting TCP_MAXSEG, only requesting it
1692 via getsockopt. Make this a no-op. */
1693 ignore = true;
1694 break; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone:
I have a question want to ask. Can iperf3 windows ver tool run -M parameter? I check this in my side and find that it does not have any effect. Device driver always the same MSS value. Can anyone help it?
Beta Was this translation helpful? Give feedback.
All reactions