forked from premiere/premiere-libtorrent
portability fix for udp_socket
This commit is contained in:
parent
80e9e8d1cf
commit
519fdfdb36
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue