updates some todos

This commit is contained in:
Peter Thorson
2012-03-19 15:53:17 -06:00
parent 60c2f8efb2
commit 9d221c6a84

View File

@@ -76,9 +76,10 @@ public:
}
void async_init(socket_init_callback callback) {
// TODO: should this use post()?
// TODO: make configuration option for NO_DELAY
m_socket.set_option(boost::asio::ip::tcp::no_delay(true));
// TODO: should this use post()?
callback(boost::system::error_code());
}