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()
|
(*m_ses.m_logger) << time_now_string() << " CONNECTION TIMED OUT: " << m_remote.address().to_string()
|
||||||
<< "\n";
|
<< "\n";
|
||||||
#endif
|
#endif
|
||||||
|
set_failed();
|
||||||
disconnect("timed out");
|
disconnect("timed out");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue