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
There is an issue with source specific multicast (SSM) support, that source address is uninitialized if SSM unspecified.
Which may cause mcast listen with wrong parameter since set_multicast() rely on following condition (netop.c, line 158):
if (s_in_addr->s_addr != 0)
It will result in socket timeout if source address is unspecified and uninitialized.
The text was updated successfully, but these errors were encountered:
cgang
changed the title
uinitialized source address for source specific multicast
uninitialized source address for source specific multicast
Jan 30, 2024
There is an issue with source specific multicast (SSM) support, that source address is uninitialized if SSM unspecified.
Which may cause mcast listen with wrong parameter since set_multicast() rely on following condition (netop.c, line 158):
It will result in socket timeout if source address is unspecified and uninitialized.
The text was updated successfully, but these errors were encountered: