Closed wilsonNg007 closed 3 years ago
@simonxiaoss , @glima -- could you or someone help look at this issue? Thanks.
The issue looks like the receiver did not receive any connection request from the sender, and just keep waiting forever.
@wilsonNg007 I posted a possible fix for this issue in PR: https://github.com/microsoft/ntttcp-for-linux/pull/61
Fixed by PR https://github.com/microsoft/ntttcp-for-linux/pull/61 . Closing this issue.
ntttcp for linux version: 1.4.0 (latest)
Cmdlines: Sender: ntttcp -s -m 1,, -u -V -t 30 -b 1470 -N # or any -b
Receiver: ntttcp -r -m 1, , -u -V -t 30 -N
Sender will completed with output indicating the throughput, cycles/byte, time, etc.
However, the receiver just stuck forever from the beginning (last message: "INFO: 1 threads created").
No issue in TCP protocol (sync/no-sync), and no issue in UDP sync mode.
Impact: We have use case using Windows as ntttcp sender (and Linux as ntttcp receiver), and only no-sync mode is supported in ntttcp between windows and linux.