AddressFamily is "any" by default.

This commit is contained in:
Guus Sliepen 2003-06-11 19:27:35 +00:00
parent 451800eda8
commit 31f17d4334

View file

@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: net_socket.c,v 1.1.2.23 2003/01/17 00:37:20 guus Exp $
$Id: net_socket.c,v 1.1.2.24 2003/06/11 19:27:35 guus Exp $
*/
#include "config.h"
@ -75,7 +75,7 @@
#define RAND_pseudo_bytes RAND_bytes
#endif
int addressfamily = AF_INET;
int addressfamily = AF_UNSPEC;
int maxtimeout = 900;
int seconds_till_retry = 5;