Implemented ICMPv6 on Windows.
Some checks failed
Build & Release / Windows-AMD64-Build (push) Failing after 3m34s
Build & Release / Linux-AMD64-Build (push) Successful in 14m39s
Build & Release / Linux-AARCH64-Build (push) Successful in 43m40s

This commit is contained in:
2025-03-28 21:24:13 -07:00
parent ff42dfd3a4
commit 8b53b6e4d1
2 changed files with 31 additions and 21 deletions

View File

@@ -19,7 +19,7 @@ namespace ehs
class ICMP : public BaseICMP
{
private:
Int_32 hdl;
Socket hdl;
sockaddr_in6 src;
public: