summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Collapse)Author
2022-04-07server.c: Move accept syscall to server_listen functionJohnny Richard
2022-04-07server.c: Create server structJohnny Richard
2022-04-07main.c: Add AGPL header licenseJohnny Richard
2022-04-07main.c: Sort includesJohnny Richard
2022-04-07main.c: Add SO_REUSEADDR socket opt for local devJohnny Richard
This change also introduce more logging and exception handling.
2022-04-07Create a simple TCP echo serverManiero