From ff42dfd3a47b17fb45fd1974f216b69f2974c23f Mon Sep 17 00:00:00 2001 From: Karutoh Date: Fri, 28 Mar 2025 20:53:48 -0700 Subject: [PATCH] Added ICMPv6 support to Linux. --- include/ehs/io/socket/ICMP_W32.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/ehs/io/socket/ICMP_W32.h b/include/ehs/io/socket/ICMP_W32.h index e960be7..377059d 100644 --- a/include/ehs/io/socket/ICMP_W32.h +++ b/include/ehs/io/socket/ICMP_W32.h @@ -9,6 +9,13 @@ namespace ehs { + struct PseudoICMPv6_Header + { + sockaddr_in6 src; + sockaddr_in6 dst; + UInt_32 length; + }; + class ICMP : public BaseICMP { private: