projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
451800e
)
AddressFamily is "any" by default.
author
Guus Sliepen
<guus@tinc-vpn.org>
Wed, 11 Jun 2003 19:27:35 +0000
(19:27 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Wed, 11 Jun 2003 19:27:35 +0000
(19:27 +0000)
src/net_socket.c
patch
|
blob
|
history
diff --git
a/src/net_socket.c
b/src/net_socket.c
index
b17dd8d
..
2663656
100644
(file)
--- a/
src/net_socket.c
+++ b/
src/net_socket.c
@@
-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.2
3 2003/01/17 00:37:20
guus Exp $
+ $Id: net_socket.c,v 1.1.2.2
4 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;