Skip to content

Commit

Permalink
issue: 1030772 Fix no socketXtreme multicast traffic on 2nd port
Browse files Browse the repository at this point in the history
Signed-off-by: Liran Oz <[email protected]>
  • Loading branch information
Liran Oz committed Sep 4, 2018
1 parent ead8ac6 commit 791bb4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vma/sock/sockinfo_udp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,8 @@ int sockinfo_udp::setsockopt(int __level, int __optname, __const void *__optval,
if (goto_os) {
int ret = orig_os_api.setsockopt(m_fd, __level, __optname, __optval, __optlen);
if (ret) return ret;
} else {
m_so_bindtodevice_ip = mc_if;
}

mc_change_membership_end_helper(mc_grp, __optname, mreqprm.imr_sourceaddr.s_addr);
Expand Down

0 comments on commit 791bb4b

Please sign in to comment.