forked from premiere/premiere-libtorrent
fix uTP/SSL
This commit is contained in:
parent
ff84bb7dd9
commit
5d499e83b6
|
@ -1 +1 @@
|
|||
Subproject commit 5f7cbb8bd222ed0e5cfdaffc2a2f5010fb5b4a29
|
||||
Subproject commit 0151d5c17fa3f4cf0ce518d0b8f90a23792c9b24
|
|
@ -3099,6 +3099,9 @@ retry:
|
|||
m_last_tick = now;
|
||||
|
||||
m_utp_socket_manager.tick(now);
|
||||
#ifdef TORRENT_USE_OPENSSL
|
||||
m_ssl_utp_socket_manager.tick(now);
|
||||
#endif
|
||||
|
||||
// only tick the following once per second
|
||||
if (now - m_last_second_tick < seconds(1)) return;
|
||||
|
|
Loading…
Reference in New Issue