Boost logo

Boost Users :

From: Stanislav Zaikin (zstaseg_at_[hidden])
Date: 2020-04-01 13:15:26


Hello!

I have a custom network stack (it processed packets in userspace) which
exposed some functions in C. It has its own listen, bind, accept functions
and many other, and furthermore even custom epoll, select and poll.

I want to expand asio in some away, just to support my application with
this custom network stack. But I'm a bit confused how I can do it.

Should I write my own basic io class? Or should I write custom socket
service class like (reactive_socket_service_base)? And is it possible to
use basic tcp classes (with any of them)?

If there are any examples in open source please let me know.

-- 
Best regards
Stanislav Zaikin


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net