You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#defineUDP_CONNECT_MSG 0x36373839 // "6789" - legacy value was 123456789
all udp messages are transmitted in host endian format. so iperf3 will not work if server and client are with different endian types. i verified this issue using a big endian power pc router and a little endian arm router as client and server
fix is trivial (i will make a pull request if required)
`
The text was updated successfully, but these errors were encountered:
#defineUDP_CONNECT_MSG 0x36373839 // "6789" - legacy value was 123456789
all udp messages are transmitted in host endian format. so iperf3 will not work if server and client are with different endian types. i verified this issue using a big endian power pc router and a little endian arm router as client and server
fix is trivial (i will make a pull request if required)
iperf/src/iperf.h
Line 434 in 758bfd8
all udp messages are transmitted in host endian format. so iperf3 will not work if server and client are with different endian types. i verified this issue using a big endian power pc router and a little endian arm router as client and server
fix is trivial (i will make a pull request if required)
`
The text was updated successfully, but these errors were encountered: