summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2022-04-10Refactor server initializationJohnny Richard
2022-04-09server: Rename server_listen to server_startJohnny Richard
2022-04-09Avoid program die on SIGPIPE signalJohnny Richard
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
2022-04-07Create a simple TCP echo serverManiero