#pragma once namespace SocketLibrary { enum class Protocol { Unknown, TCP, UDP_Sender, UDP_Reciver }; }