-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure to set IP_MULTICAST_IF
should be fatal
#129
Comments
I've confirmed my suspicion that the There is a bewildering depth of indirection, which I will only summarize here:
The or Looking at the Under |
With pvAccessCPP, exceptions thrown by |
https://epics.anl.gov/core-talk/2022/msg00456.php
Mentions #93 as fixing an "escape" of
224.0.0.128
multicast traffic which should be limited to the loopback interface. A more complete fix should treat failure to setIP_MULTICAST_IF
as a fatal error. Instead, currently a message is logged, and the socket is used anyway.epicsCoreJava/pvAccessJava/src/org/epics/pvaccess/client/impl/remote/ClientContextImpl.java
Lines 461 to 473 in 3a32ca5
The text was updated successfully, but these errors were encountered: