mirror of
https://github.com/moonlight-stream/GS-IPv6-Forwarder.git
synced 2026-02-16 10:30:57 +00:00
Fix busy loop with PCP updates after an interface change event
This commit is contained in:
@@ -581,6 +581,7 @@ int Run(void)
|
||||
}
|
||||
|
||||
do {
|
||||
ResetEvent(ifaceChangeEvent);
|
||||
UpdatePcpPinholes();
|
||||
} while (WaitForSingleObject(ifaceChangeEvent, 120 * 1000) != WAIT_FAILED);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user