]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
slirp: forward ICMP through datagram sockets
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 28 May 2026 00:21:35 +0000 (17:21 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Tue, 2 Jun 2026 22:33:30 +0000 (15:33 -0700)
commit5887c0c21c9ade2e9c5fe755511d80fef8d4ccd1
tree64bc345fd6dc413214a16d6058f38337f5fcf024
parent5b372917ced44b7bcbb635b48e76e5a947d554bc
slirp: forward ICMP through datagram sockets

Enable datagram ICMP forwarding, keep the host sockets nonblocking,
and strip host IP headers before delivering ICMP replies back to the
emulated Ethernet device.
slirp/icmp_var.h
slirp/ip_icmp.cpp
slirp/slirp.cpp
slirp/slirp.h
slirp/socket.cpp
slirp/udp.cpp