mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-10-14 09:55:33 +08:00
fixed clear bug,add option random-drop
This commit is contained in:
@@ -219,6 +219,7 @@ conv_manager_t::~conv_manager_t()
|
||||
}
|
||||
cnt++;
|
||||
}
|
||||
clear_it=it;
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -451,6 +452,7 @@ int conn_manager_t::clear_inactive0()
|
||||
}
|
||||
cnt++;
|
||||
}
|
||||
clear_it=it;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user