Re: connect() question

Alex Belits (abelits@phobos.illtel.denver.co.us)
Mon, 2 Feb 1998 09:02:22 -0800 (PST)


On Mon, 2 Feb 1998, Chris Evans wrote:

> Whats the default timeout on connect()? Can a user level program alter
> this? Would it be considered useful functionality?

Use nonblocking mode with select() on connecting socket.

--
Alex