X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fmingw%2Fdevice.c;h=ac83d8c36e8344f92479a269814ebe57fdcd1c82;hb=4c30004cb6dc23616d7295b0ce631f066e7f1f82;hp=aa05972046d544e098914c234d76b83786cf067c;hpb=3847b78ba5900fe4311e9ef62474e32e1a6750e5;p=tinc diff --git a/src/mingw/device.c b/src/mingw/device.c index aa059720..ac83d8c3 100644 --- a/src/mingw/device.c +++ b/src/mingw/device.c @@ -80,6 +80,7 @@ static DWORD WINAPI tapreader(void *bla) { packet.len = len; packet.priority = 0; route(myself, &packet); + event_flush_output(); LeaveCriticalSection(&mutex); } }