tags:

views:

99

answers:

0

Hi

I'm using the experimental asio sctp library. (code.halssoftware.com/index.php/p/boostasiosctp/source)

It's pretty easy to use like the other networking stuff in asio.

The one problem I have is that I want to use the PPI field in SCTP data chunks - but I can't figure out how to get that information from the asio sctp interface. It seems to only give the basic user data and not the PPI field right before.

Anyone know how I can get to it ?

thanks