David Penaskovic <DPenaskovic <at> silver-peak.com> writes: > I can't figure out how to set the timeout value for an initial SSL > socket connect. The default varies from platform to platform and I would > like to set this value explicitly.
Have you tried: call.setTimeout(timeout);
