Re: svn commit: r295974 - head/sys/kern

2016-02-24 Thread Ed Schouten
Hi Steven, 2016-02-24 18:14 GMT+01:00 Steven Hartland : > This should really be commented to this effect in the code otherwise someone > reading the source will think its a mistake. Good point. I also looked at the code a bit more and it looks like we now call unp_drop() with errno == ECONNRESET

Re: svn commit: r295974 - head/sys/kern

2016-02-24 Thread Steven Hartland
This should really be commented to this effect in the code otherwise someone reading the source will think its a mistake. On 24/02/2016 17:10, Ed Schouten wrote: Author: ed Date: Wed Feb 24 17:10:32 2016 New Revision: 295974 URL: https://svnweb.freebsd.org/changeset/base/295974 Log: Make as

svn commit: r295974 - head/sys/kern

2016-02-24 Thread Ed Schouten
Author: ed Date: Wed Feb 24 17:10:32 2016 New Revision: 295974 URL: https://svnweb.freebsd.org/changeset/base/295974 Log: Make asynchronous connection failures on UNIX sockets fail with ECONNRESET. While making CloudABI work well on Linux, I discovered that I had a FreeBSD-ism in one of m