From d408d08249237b8893b3f867c6f7d4e69bb98dfc Mon Sep 17 00:00:00 2001 From: iherman- <200969603+iherman-p@users.noreply.github.com> Date: Tue, 12 May 2026 20:38:33 +0200 Subject: [PATCH] Added close() calls to all Server constructor fails, also added SO_REUSEADDR --- Server/Server.cpp | 16 ++++++++++++++-- tasks.md | 6 +++--- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Server/Server.cpp b/Server/Server.cpp index 5f73f43..f6457e1 100644 --- a/Server/Server.cpp +++ b/Server/Server.cpp @@ -6,7 +6,7 @@ /* By: iherman-