search for: have_mingw

Displaying 4 results from an estimated 4 matches for "have_mingw".

2010 Sep 20
0
No subject
+0100 From: Daniel Schall <tinc-devel at mon-clan.de> Date: Thu, 6 Jan 2011 17:00:35 +0100 Subject: [PATCH] Improved PMTU discovery diff --git a/lib/dropin.c b/lib/dropin.c index 52fb5b8..2b803b1 100644 --- a/lib/dropin.c +++ b/lib/dropin.c @@ -165,8 +165,8 @@ #endif =20 #ifdef HAVE_MINGW -int usleep(long usec) { - Sleep(usec / 1000); - return 0; -} +//int usleep(long usec) { +// Sleep(usec / 1000); +// return 0; +//} #endif diff --git a/lib/dropin.h b/lib/dropin.h index d5cf6d2..61326fe 100644 --- a/lib/dropin.h +++ b/lib/dropin.h @@ -42,7 +42,7 @@ #endif =20 #ifdef HAVE_MINGW -...
2016 Oct 05
3
Dev: new option to mark all tincd socket of a tincd process
I know i'm new to the list but i'd like to propose something for tincd daemon. I'd like to mark all sockets established by a tincd process with a mark passed as an argument in the command line. What could be the purpose of this new option? The goal of this option is to be able to have several tincd process running at the same time using the same port but using different ip. In
2011 Jan 03
1
Tinc improvements
...other headers to have.h and configure.in add flags to vpn_packet --------------------------------- configure.in -------------------------------- diff --git a/configure.in b/configure.in index 8e1ae87..b1f7d78 100644 --- a/configure.in +++ b/configure.in @@ -63,7 +63,7 @@ *mingw*) AC_DEFINE(HAVE_MINGW, 1, [MinGW]) [ rm -f src/device.c; cp -f src/mingw/device.c src/device.c ] - LIBS="$LIBS -lws2_32" + LIBS="$LIBS -lws2_32 -liphlpapi" ;; *) AC_MSG_ERROR("Unknown operating system.") @@ -108,6 +108,15 @@ ) AC_CHECK_HEADERS([netinet/tcp.h netinet/...
2007 Jul 21
2
tincctl patches
(Second try to send this. I wonder if the first one gotten eaten by a spam filter; I'll link to patches instead of attaching them.) Here are the tincctl patches I've been working on. They apply to http://www.tinc-vpn.org/svn/tinc/branches/1.1@1545. I intend to commit them once the crypto stuff's fixed. Since they're basically done, I'm emailing them now for review and in case