Aha! Thanks - just what the doctor ordered!
> On Sep 23, 2015, at 5:45 PM, Gilles Gouaillardet wrote:
>
> Ralph,
>
> the root cause is
> getsockopt(..., SOL_SOCKET, SO_RCVTIMEO,...)
> fails with errno ENOPROTOOPT on solaris 11.2
>
> the attached patch is a proof of concept and works for me :
Ralph,
the root cause is
getsockopt(..., SOL_SOCKET, SO_RCVTIMEO,...)
fails with errno ENOPROTOOPT on solaris 11.2
the attached patch is a proof of concept and works for me :
/* if ENOPROTOOPT, do not try to set and restore SO_RCVTIMEO */
Cheers,
Gilles
On 9/21/2015 2:16 PM, Paul Hargrove wro