Replies: 1 comment
-
A little update on this topic, I was able to run SCTP tests on FreeBSD 12.1 without any issues. Will update the discussion once I have a better understanding on the topic. |
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,
I'm trying to run SOCK_SEQPACK_SCTP_Test and can't figure out why it's failing.
I'm wondering if there's anything required for SCTP tests to run except adding
#define ACE_HAS_SCTP
in config.hThe machine i'm using runs on RHEL7.9
I tried with ACE 7.0.6 and ACE 6.5.5 and had the same results.
my config.h
Here's a the output I get when running the auto test
I also tried running the performance tests by running SOCK_SEQPACK_srv
And SOCK_SEQPACK_Association_Test to connect to the server but I end up getting
Transport endpoint is not connected
Could anyone tell if i'm doing anything wrong?
Beta Was this translation helpful? Give feedback.
All reactions