[Qemu-devel] [PATCH v4] slirp: fix ICMP handling on macOS hosts
From: Andrew Oates On Linux, SOCK_DGRAM+IPPROTO_ICMP sockets give only the ICMP packet when read from. On macOS, however, the socket acts like a SOCK_RAW socket and includes the IP header as well. This change strips the extra IP header from the received packet on macOS before sending it to the
Re: [Qemu-devel] [PATCH v4] slirp: fix ICMP handling on macOS hosts
and...@andrewoates.com, le mer. 15 août 2018 20:18:45 -0400, a ecrit: > v4: drop packets that are too short for an IP header Applied to my tree, thanks! Samuel