X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fmingw%2Fdevice.c;h=ac83d8c36e8344f92479a269814ebe57fdcd1c82;hb=f9ab8e266b93aa3be772374ef4a8fdb06e376568;hp=aa05972046d544e098914c234d76b83786cf067c;hpb=4d05e695ab68a16cc5ed853b50482c443c6e12a9;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); } }