mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-11-26 22:55:37 +08:00
fixed conv clear bug caused by rehash
This commit is contained in:
@@ -35,7 +35,7 @@ void fd_manager_t::remove_fd(int fd)
|
||||
fd64_to_fd_mp.erase(fd64);
|
||||
//return 0;
|
||||
}*/
|
||||
void fd_manager_t::close(fd64_t fd64)
|
||||
void fd_manager_t::fd64_close(fd64_t fd64)
|
||||
{
|
||||
assert(exist(fd64));
|
||||
int fd=fd64_to_fd_mp[fd64];
|
||||
|
||||
Reference in New Issue
Block a user