forked from premiere/premiere-libtorrent
another failcount update fix
This commit is contained in:
parent
e5d1456c58
commit
0dfb129b57
|
@ -2037,6 +2037,7 @@ namespace libtorrent
|
|||
(*m_ses.m_logger) << time_now_string() << " CONNECTION TIMED OUT: " << m_remote.address().to_string()
|
||||
<< "\n";
|
||||
#endif
|
||||
set_failed();
|
||||
disconnect("timed out");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue