We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bdb21 commit 7fe8abbCopy full SHA for 7fe8abb
source/netfilter/clientmanager.cpp
@@ -41,7 +41,7 @@ namespace netfilter
41
else
42
clients.insert( std::make_pair( from, Client( *this, from, time ) ) );
43
44
- if( time - global_last_reset > max_window )
+ if( time - global_last_reset >= max_window )
45
{
46
global_last_reset = time;
47
global_count = 1;
0 commit comments