Re: setsockopt support for SO_RCVTIMEO

2013-08-02 Thread Corinna Vinschen
On Aug 1 20:41, Sean Daley wrote: > On Thu, Aug 1, 2013 at 7:41 PM, Balaji Venkataraman <> wrote: > > > > It appears Cygwin setsockopt doesn't do anything with the socket > > options SO_RCVTIMEO or SO_SNDTIMEO. Then I also found this: > > http://cygwin.com/ml/cygwin/2003-01/msg00833.html > > > > B

Re: setsockopt support for SO_RCVTIMEO

2013-08-01 Thread Sean Daley
On Thu, Aug 1, 2013 at 7:41 PM, Balaji Venkataraman <> wrote: > > It appears Cygwin setsockopt doesn't do anything with the socket > options SO_RCVTIMEO or SO_SNDTIMEO. Then I also found this: > http://cygwin.com/ml/cygwin/2003-01/msg00833.html > > But those options work on Windows (Win7 to be prec

setsockopt support for SO_RCVTIMEO

2013-08-01 Thread Balaji Venkataraman
It appears Cygwin setsockopt doesn't do anything with the socket options SO_RCVTIMEO or SO_SNDTIMEO. Then I also found this: http://cygwin.com/ml/cygwin/2003-01/msg00833.html But those options work on Windows (Win7 to be precise). Has that always been the case or has Cygwin not caught up yet - IOW