NetChannels #19

Merged
Karutoh merged 16 commits from NetChannels into main 2025-03-28 23:11:54 -07:00
Showing only changes of commit ff42dfd3a4 - Show all commits

View File

@ -9,6 +9,13 @@
namespace ehs
{
struct PseudoICMPv6_Header
{
sockaddr_in6 src;
sockaddr_in6 dst;
UInt_32 length;
};
class ICMP : public BaseICMP
{
private: