remove streaming bans

This commit is contained in:
Jeff Becker 2018-04-16 09:38:32 -04:00
parent a9b64893d8
commit 83932a6f02
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05
4 changed files with 3 additions and 110 deletions

View file

@ -280,8 +280,6 @@ namespace client
const char* GetName() { return m_Name.c_str (); }
void SetMaxConnsPerMinute(const uint32_t conns) { m_PortDestination->SetMaxConnsPerMinute(conns); }
private:
void HandleResolve (const boost::system::error_code& ecode, boost::asio::ip::tcp::resolver::iterator it,
std::shared_ptr<boost::asio::ip::tcp::resolver> resolver);