diff --git a/include/libtorrent/udp_socket.hpp b/include/libtorrent/udp_socket.hpp index f26726ed6..d1c87e2aa 100644 --- a/include/libtorrent/udp_socket.hpp +++ b/include/libtorrent/udp_socket.hpp @@ -98,7 +98,7 @@ namespace libtorrent char m_v4_buf[1600]; char m_v6_buf[1600]; int m_bind_port; - uint8_t m_outstanding; + char m_outstanding; tcp::socket m_socks5_sock; int m_connection_ticket;