On Thu, May 10, 2007 at 04:55:57PM -0700, Adam Bennett wrote: > Does neon provide a call to set the socket connection timeout? > Currently it is taking over 3 minutes for the connection attempt to > timeout when an invalid IP address is specified for the host. (neon > 0.26.3, Linux 2.4, ARM)
There's support for this on the trunk (not in current releases): /* Set the timeout (in seconds) used when making a connection. The * timeout value must be greater than zero. */ void ne_set_connect_timeout(ne_session *sess, int timeout); joe _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
