On Mon, 08 Aug 2016 18:20:38 -0700, Philip Guenther wrote: > Testing found a bug: returning EALREADY shouldn't be dependent on the > socket being nonblocking. Yay testing.
That seems reasonable--the EINTR case should behave like the non-blocking case. > Second chunk the the tweak to the libpthread connect() test, overloading > it to also check this case, as it was already exercising the "interrupt > connect()" case. OK. - todd
