reactivemarkets / toolbox-cpp

The Reactive C++ Toolbox is an open source library of C++20 components designed for efficient, asynchronous network applications on the Linux platform.
https://reactivemarkets.github.io/toolbox-cpp/
Other
21 stars 20 forks source link

Want write flag not set #63

Closed markaylett closed 4 years ago

markaylett commented 4 years ago

The want_write flag should be set so that in matches the corresponding bit in the socket's I/O event mask. Also rename on_sock_init to on_sock_prepare.