# increase timeout as recommended per #645671
--- a/stun.cxx
+++ b/stun.cxx
@@ -1405,7 +1405,7 @@ stunServerProcess(StunServerInfo& info,
    
    struct timeval tv;
    tv.tv_sec = 0;
-   tv.tv_usec = 1000;
+   tv.tv_usec = 1000000; // Debian: only run every second (#645671)
 	
    int e = select( maxFd, &fdSet, NULL,NULL, &tv );
    if (e < 0)
