You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current there are some failures with IPv6 support. It is not easy to solve, so if anyone wants to help it's a nice challenge.
Firstly, it's not clear to me how multicast works with IPv6, so test_multicast() fails. There are a couple of TODO notes in the source regarding this. Specifically,
However, if you compile with --enable-ipv6 and comment-out test_multicast(), there are still some errors in basic liblo functionality when communicating with the subtest subprocess.
subtest: creating new address `osc.udp://bicycle15:17776/'
<-- subtest_handler()
subtest: got reply (/subtest)
<-- subtest_reply_handler()
<-- subtest_reply_handler()
<-- subtest_reply_handler()
<-- subtest_reply_handler()
<-- subtest_reply_handler()
<-- subtest_reply_handler()
<-- subtest_reply_handler()
<-- subtest_reply_handler()
<-- subtest_reply_handler()
<-- subtest_reply_handler()
<-- subtest_reply_handler()
FAILED reply_count == 3 at testlo.c:1441
test run not completed
liblo test FAILED
The text was updated successfully, but these errors were encountered:
I was originally going to open a separate issue to note about the README that Pure Data vanilla versions 0.51 and greater support IPv6, but I think it might be more helpful to share our networking helper functions for handling ailists and multicast settings: s_net.h and s_net.c. It was definitely a slog to add proper IPv6 handling, so I hope this is useful to liblo which I personally use in many projects.
Current there are some failures with IPv6 support. It is not easy to solve, so if anyone wants to help it's a nice challenge.
Firstly, it's not clear to me how multicast works with IPv6, so
test_multicast()
fails. There are a couple of TODO notes in the source regarding this. Specifically,appears to return an error on Linux.
However, if you compile with
--enable-ipv6
and comment-outtest_multicast()
, there are still some errors in basic liblo functionality when communicating with thesubtest
subprocess.The text was updated successfully, but these errors were encountered: