Merge remote-tracking branch 'origin/NetChannels' into NetChannels

This commit is contained in:
2025-04-14 00:27:26 -07:00
3 changed files with 32 additions and 22 deletions

View File

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