Add address string for Listening/Connecting

This commit is contained in:
Damian Korczowski
2021-05-22 19:45:31 +02:00
parent 5355e8c802
commit cd04007a71

View File

@@ -24,10 +24,10 @@ public:
uint16 ConnectionsLimit = 32;
API_FIELD()
uint16 Port = 7777;
String Address = String("127.0.0.1");
// API_FIELD()
// NetworkEndPoint EndPoint = {}; // TODO: Use NetSockets C# API when done
API_FIELD()
uint16 Port = 7777;
API_FIELD()
uint16 MessageSize = 1500; // MTU