Skip to content

Commit 791bb4b

Browse files
author
Liran Oz
committed
issue: 1030772 Fix no socketXtreme multicast traffic on 2nd port
Signed-off-by: Liran Oz <[email protected]>
1 parent ead8ac6 commit 791bb4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vma/sock/sockinfo_udp.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,8 @@ int sockinfo_udp::setsockopt(int __level, int __optname, __const void *__optval,
12001200
if (goto_os) {
12011201
int ret = orig_os_api.setsockopt(m_fd, __level, __optname, __optval, __optlen);
12021202
if (ret) return ret;
1203+
} else {
1204+
m_so_bindtodevice_ip = mc_if;
12031205
}
12041206

12051207
mc_change_membership_end_helper(mc_grp, __optname, mreqprm.imr_sourceaddr.s_addr);

0 commit comments

Comments
 (0)