From f80ec871f6f4c63a28b9b8192477114b7aac696d Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 27 Jan 2014 23:13:36 -0800 Subject: Make EthernetTap creation occur in a background thread in Network since it's a time consuming operation on Windows. This fixes one of the last remaining Windows problems. --- node/Node.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'node/Node.cpp') diff --git a/node/Node.cpp b/node/Node.cpp index 71f3e087..b1c7e820 100644 --- a/node/Node.cpp +++ b/node/Node.cpp @@ -545,7 +545,6 @@ Node::ReasonForTermination Node::run() LOG("netconf fingerprint change: %.16llx != %.16llx, resyncing with network",networkConfigurationFingerprint,fp); networkConfigurationFingerprint = fp; resynchronize = true; - _r->nc->whackAllTaps(); // call whack() on all tap devices -- hack, might go away } } -- cgit v1.2.3