The RTCS documentation concerning RTCS_select/RTCS_selectall seems a little out of date, and in browsing the code it's not clear to me what is fully implemented.
My question is does RTCS_Select, in addition to connection activity, errors, and data ready to read, also test for write_set? That is will it unblock when a socket buffer is available to take more data on a write? This is needed for handlers that need to both read and write data on a socket within a single tasks.
Thanks,
PMT