tags:

views:

42

answers:

0

I am trying to port Boost Asio to an embedded OS that doesn't support WSASend or sendmsg. Is it possible to implement WSASend/sendmsg using send?

Note: WSASend does not have to support overlapping.