Commit 1bbb1f97 authored by Dominik Charousset's avatar Dominik Charousset Committed by GitHub

Merge pull request #57

Add nodelay opt
parents f3820b20 860733de
...@@ -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