Re: writev() bug? linux 2.0.32, gcc2.7.2.3-5, libc-5.4.38-1...

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 21 Nov 1997 12:45:13 +0000 (GMT)


This seems exactly correct behaviour according to RFC 1122, but missing
in BSD. You are seeing

writev()
send to a port that isnt there
<- ICMP UNREACH

writev()
ahah pending error
report the error

Alan