fixed uninitialized variable in utp MTU logic. Fixed array overrun in disk cache

This commit is contained in:
Arvid Norberg
2010-12-24 22:53:00 +00:00
parent 8c3ad6b4f3
commit daea6d507e
2 changed files with 14 additions and 4 deletions

View File

@@ -49,6 +49,7 @@ namespace libtorrent
, m_last_socket(0)
, m_new_connection(-1)
, m_sett(sett)
, m_last_route_update(min_time())
, m_sock_buf_size(0)
{}