Mellanox / sockperf

Network Benchmarking Utility
Other
597 stars 119 forks source link

issue: 3042364 Fix sendto() operation for stream #176

Closed igor-ivanov closed 2 years ago

igor-ivanov commented 2 years ago

If sendto() is used on a connection-mode (SOCK_STREAM, SOCK_SEQPACKET) socket, the arguments dest_addr and addrlen are ignored (and the error EISCONN may be returned when they are not NULL and 0)

Signed-off-by: Igor Ivanov igori@nvidia.com

igor-ivanov commented 2 years ago

bot:retest