https://github.com/unicorn-engine/unicorn/issues/2114, and it would be
great to have a feedback regarding this matter from the official QEMU
developers, whether directly on the issue or a reply to this email and I'd
relay your response.
Kind regards,
Faisal Al-Humaimidi
this idea in
Python: https://pymotw.com/2/socket/multicast.html.
Regards,
Faisal Al-Humaimidi
On Mon., Feb. 17, 2020, 1:54 a.m. Jason Wang, wrote:
>
> On 2020/2/15 下午6:39, Markus Armbruster wrote:
> > Jason, please have a look.
> >
> > Faisal Al-Humaimidi writes:
&
send packets from that address. */
if (localaddr != NULL) {
ret = qemu_setsockopt(fd, IPPROTO_IP, IP_MULTICAST_IF,
localaddr, sizeof(*localaddr));
```
Regards,
Faisal Al-Humaimidi
qemu-4.2.0-fix_socket_mcast.patch
Description: Binary data
Public bug reported:
Hello QEMU devs,
I am trying to create a simulated VLAN using socket networking, and the
only way to connect multiple networks in QEMU using socket networking is
by using the multicast `mcast` option of the `socket` network backend.
However, when I try use the following argu