final app

This commit is contained in:
2020-01-11 07:05:54 +01:00
parent dcfb945c0b
commit 31fe531703
68 changed files with 62242 additions and 129 deletions

View File

@@ -2,11 +2,11 @@
namespace SocketLibrary
{
enum class Protocol
{
Unknown,
TCP,
UDP
UDP_Sender,
UDP_Reciver
};
}