Handshake detection wrappers

This commit is contained in:
Vinnie Falco
2013-08-13 19:18:42 -07:00
parent e4a68d9962
commit 69b20b52cc
10 changed files with 472 additions and 5 deletions

View File

@@ -34,4 +34,3 @@ void TestPeerLogicProxyClient::on_pre_handshake ()
std::size_t const amount = boost::asio::write (
socket (), boost::asio::buffer (line), error ());
}