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
rabbit_networking: Support systems with distinct listeners for IPv4 and IPv6
[Why]
If the system uses distinct listeners for IPv4 and IPv6, the functions
listing or stopping listeners would crash because they assumed that the
system would listen implicitly to IPv4 when starting an IPv6 listener.
This is a common Linuxism.
[How]
The code now understands that a given protocol can have several
associated listeners.
The name and return value of several exported functions changed to
reflect that they work on several elements or return a list of elements.
Therefore it is a breaking change for plugins relying on these
functions.
(cherry picked from commit 578c3a6)
0 commit comments