#3 - DNS support + IPv6

This commit is contained in:
Martin Slachta
2026-08-05 17:14:04 +02:00
parent 0e639abcd2
commit b71f740b9a
13 changed files with 291 additions and 92 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ public:
};
int main() {
const int NUM_CLIENTS = 10;
const int NUM_CLIENTS = 300;
tw::net::Address address = {"127.0.0.1", 8101};
std::vector<std::thread> threads;