Add socket library
This commit is contained in:
12
SocketLibrary/ipVersion.h
Normal file
12
SocketLibrary/ipVersion.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
namespace SocketLibrary
|
||||
{
|
||||
|
||||
enum class IPVersion
|
||||
{
|
||||
Unknown,
|
||||
IPv4,
|
||||
IPv6
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user