[LTP] [PATCH] syscalls/setsockopt05: associate receiver with destination address
Jan Stancek
jstancek@redhat.com
Mon Aug 24 18:11:42 CEST 2020
----- Original Message -----
> On 24. 08. 20 17:01, Jan Stancek wrote:
> > I assumed it's from previous one, not partial one. From man(7) udp:
> >
> > ECONNREFUSED
> > No receiver was associated with the destination address.
> > This might be caused by a previous packet sent over the
> > socket.
> >
>
> Wait, looking closer at the error message, it looks like send(MSG_MORE)
> is broken on your test kernel. Let me quote the man page here:
Aren't we getting propagated ICMP error to send() from previous iteration
of the loop?
Per https://tools.ietf.org/html/rfc1122#page-78
The application is also responsible to avoid confusion from a delayed ICMP
error message resulting from an earlier use of the same port(s).
More information about the ltp
mailing list