Home
last modified time | relevance | path

Searched refs:e_handshake_not_accepting_connections (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/
H A Derror.h48 const int e_handshake_not_accepting_connections = 2; variable
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/protocol/
H A Dhandshake.cc891 …throw handshake_error(ConnectionManager::handshake_dropped, e_handshake_not_accepting_connections); in validate_download()