search for: tap_wait

Displaying 6 results from an estimated 6 matches for "tap_wait".

Did you mean: lp_wait
2016 Oct 09
2
Win32: problem with tinc-up script
Hello. Yet again I fight with tinc-up script on windows. Long time ago I added hastly commit to fix it: f61fd437ca36ff03cd669726894a09ae4e128427 Unfortunately, its not enough.. So I decided to change aproach. Here it is: git://borg.uu3.net/OEM/tinc.git branch: tap_wait Im using iphlpapi to wait for windows IP stack to settle with newly initialized device. After that, when tinc-up is called, you can for example add extra routing. Without this, any route command will simply fail. There is at least one problem. Tinc will hang when user will use always connected TA...
2016 Oct 11
2
Win32: problem with tinc-up script
...at tinc-vpn.org Subject: Re: Win32: problem with tinc-up script Date: Sun, 9 Oct 2016 16:55:01 +0200 (CEST) Message-ID: <Pine.LNX.4.64.1610091653050.19164 at cube> I added Web Browser so everyone can peek at commit without cloning whole repo: http://borg.uu3.net/cgit/cgit.cgi/OEM/tinc/log/?h=tap_wait ---------- Original message ---------- From: borg at uu3.net To: tinc-devel at tinc-vpn.org Subject: Win32: problem with tinc-up script Date: Sun, 9 Oct 2016 14:27:17 +0200 (CEST) Message-ID: <Pine.LNX.4.64.1610091400130.16372 at cube> Hello. Yet again I fight with tinc-up script on windo...
2016 Oct 24
2
Win32: problem with tinc-up script
...internal tincd: wait_device(int secs) Both solution works 100% time (tested on Win2003). I publish them here, so interested parties can do they own testing. 1) ftp://borg.uu3.net/home/borg/tmp/wipchg.tgz You need Mingw compiler to build this. 2) http://borg.uu3.net/cgit/cgit.cgi/OEM/tinc/log/?h=tap_wait Regards, Borg ---------- Original message ---------- From: borg at uu3.net To: tinc-devel at tinc-vpn.org Subject: Re: Win32: problem with tinc-up script Date: Thu, 13 Oct 2016 00:20:05 +0200 (CEST) Message-ID: <Pine.LNX.4.64.1610130018020.22461 at cube> Okey, after more testing its not w...
2016 Oct 09
0
Win32: problem with tinc-up script
I added Web Browser so everyone can peek at commit without cloning whole repo: http://borg.uu3.net/cgit/cgit.cgi/OEM/tinc/log/?h=tap_wait ---------- Original message ---------- From: borg at uu3.net To: tinc-devel at tinc-vpn.org Subject: Win32: problem with tinc-up script Date: Sun, 9 Oct 2016 14:27:17 +0200 (CEST) Message-ID: <Pine.LNX.4.64.1610091400130.16372 at cube> Hello. Yet again I fight with tinc-up script on windo...
2016 Oct 12
0
Win32: problem with tinc-up script
...at tinc-vpn.org Subject: Re: Win32: problem with tinc-up script Date: Sun, 9 Oct 2016 16:55:01 +0200 (CEST) Message-ID: <Pine.LNX.4.64.1610091653050.19164 at cube> I added Web Browser so everyone can peek at commit without cloning whole repo: http://borg.uu3.net/cgit/cgit.cgi/OEM/tinc/log/?h=tap_wait ---------- Original message ---------- From: borg at uu3.net To: tinc-devel at tinc-vpn.org Subject: Win32: problem with tinc-up script Date: Sun, 9 Oct 2016 14:27:17 +0200 (CEST) Message-ID: <Pine.LNX.4.64.1610091400130.16372 at cube> Hello. Yet again I fight with tinc-up script on windo...
2016 Oct 24
0
Win32: problem with tinc-up script
...s) > > Both solution works 100% time (tested on Win2003). > I publish them here, so interested parties can do they own testing. > > 1) ftp://borg.uu3.net/home/borg/tmp/wipchg.tgz > You need Mingw compiler to build this. > 2) http://borg.uu3.net/cgit/cgit.cgi/OEM/tinc/log/?h=tap_wait In both solutions, I do see a race condition: first GetIpAddrTable() is called, then NotifyAddrChange() is called. If the IP address is assigned between those two calls, you will not get a notification anymore. I think you should instead call NotifyAddrChange() first, then do GetIpAddrTable(), the...