Does gramine support SCTP ? #1082
nitinkumar-git
started this conversation in
General
Replies: 1 comment
-
Yes, Gramine does not support SCTP |
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
-
Hi,
We are trying to run AMF application container image using GSC toolchain in SGX. It has dependancy on sctpd module which needs SCTP kernel module to be loaded on host.
When we just tried to run only sctpd process as docker entrypoint we got below error.
With normal container image the sctp daemon is working fine.
Also in gramine repo, for libos tests ltp.cfg contains below lines for sctp:
https://github.com/gramineproject/gramine/blob/master/libos/test/ltp/ltp.cfg
Does this mean gramine doesn't support SCTP?
Beta Was this translation helpful? Give feedback.
All reactions