mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
updates some todos
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user