Commit d6f41434 authored by Jakob Otto's avatar Jakob Otto

Add nodelay opt

parent 40e46cc1
...@@ -67,7 +67,8 @@ public: ...@@ -67,7 +67,8 @@ public:
collected_(0), collected_(0),
max_(1024), max_(1024),
rd_flag_(net::receive_policy_flag::exactly) { rd_flag_(net::receive_policy_flag::exactly) {
// nop CAF_ASSERT(handle != invalid_socket);
nodelay(handle, true);
} }
// -- member functions ------------------------------------------------------- // -- member functions -------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment