Closed igor-ivanov closed 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
bot:retest
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