Added a basic Server::run function which listens for one connection and sends the data back, added listen call to server constructor

This commit is contained in:
iherman-
2026-05-07 13:52:42 +02:00
parent 0c29c50e23
commit 4beabead01
3 changed files with 32 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
/* By: iherman- <iherman-@student.42malaga.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/05/06 17:18:11 by iherman- #+# #+# */
/* Updated: 2026/05/07 13:00:39 by iherman- ### ########.fr */
/* Updated: 2026/05/07 13:29:00 by iherman- ### ########.fr */
/* */
/* ************************************************************************** */