Replies: 1 comment
-
The API is intended to provide this. Have a look at the examples in the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to encapsulation STCP packet in DTLS(Datagram Transport Layer Security) before sending from UDP, the encapsulation layers is "appdata/SCTP/DTLS/UDP/IP".
from openssl related API, dtls need to configured via socket fd, but usrsctp lib API has not provide socket fd information.
is it convinent to encapsulation STCP in DTLS?
Beta Was this translation helpful? Give feedback.
All reactions