Re: TCP connect timeout setting in Solaris

From: Barry Margolin (barmar_at_alum.mit.edu)
Date: 08/28/04


Date: Sat, 28 Aug 2004 02:17:55 -0400

In article <cgp2b8$f92@odbk17.prod.google.com>,
 "Prab" <prabjot@gmail.com> wrote:

> Thanks Barry,
> So how do I achieve a total timeout of 60 seconds? Could you elaborate
> on this a little more or refer me to a link that explains this in some
> more detail?

Connect in non-blocking mode and use select() with a 60-second timeout.

-- 
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***