Re: [asio-users] How to use SCTP as acceptor protocol
Brought to you by:
chris_kohlhoff
From: Hal F. <ha...@ha...> - 2009-03-29 20:46:09
|
Lothar, I started working on this a few weeks back, and while my attention has been diverted to other projects, I'd be happy to send you what I have so far. -Hal On Sat, 2009-03-28 at 15:13 -0400, Simon Perreault wrote: > Lothar May wrote: > > what would be the best way to use SCTP as acceptor protocol with asio? > > Do I need to manually create an SCTP socket? > > My guess is that you would need to create your own SCTP protocol class > mirrorring boost::asio::ip::tcp but with the appropriate stuff for SCTP. > It should be straightforward. > > Simon |