Unverified Commit 6344cacd authored by Dominik Charousset's avatar Dominik Charousset Committed by GitHub

Merge pull request #57

Add nodelay opt
parents 40e46cc1 d6f41434
......@@ -67,7 +67,8 @@ public:
collected_(0),
max_(1024),
rd_flag_(net::receive_policy_flag::exactly) {
// nop
CAF_ASSERT(handle != invalid_socket);
nodelay(handle, true);
}
// -- 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