]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Linux send() call returns EAGAIN instead of ENOTCONN in case when the
authordchagin <dchagin@FreeBSD.org>
Sun, 19 May 2019 09:23:20 +0000 (09:23 +0000)
committerdchagin <dchagin@FreeBSD.org>
Sun, 19 May 2019 09:23:20 +0000 (09:23 +0000)
commit7217903de21b1d0323d452adf11df7307a4cd878
tree64d23ffe04a90592b97dc3d6ead7dbe202cf2a6c
parent312be5657cd27f08fbad8ece33294a4ed2c7dc3c
Linux send() call returns EAGAIN instead of ENOTCONN in case when the
socket is non-blocking and connect() is not finished yet.

Initial patch developed by Steven Hartland in 2008 and adopted by me.

PR: 129169
Reported by: smh@
MFC after: 2 weeks
sys/compat/linux/linux_socket.c