forked from premiere/premiere-libtorrent
fixed uninitialized connection ticket
This commit is contained in:
parent
7f43389f56
commit
b6ee4fddbf
|
@ -189,6 +189,7 @@ namespace libtorrent
|
|||
, m_download_limit(bandwidth_limit::inf)
|
||||
, m_peer_info(peerinfo)
|
||||
, m_speed(slow)
|
||||
, m_connection_ticket(-1)
|
||||
, m_remote_bytes_dled(0)
|
||||
, m_remote_dl_rate(0)
|
||||
, m_remote_dl_update(time_now())
|
||||
|
|
Loading…
Reference in New Issue