blob: 51631a44fadc820f1abdbb11ccd73bd35bfd6508 (
plain) (
blame)
1
2
3
|
The issue revolves around the `setsockopt` system call failing due to missing support for `IP_MULTICAST_IF` in QEMU's user mode emulation. This is specifically related to how system calls are handled within QEMU, indicating it's a **syscall** category bug.
syscall
|