summaryrefslogtreecommitdiff
path: root/listen.c
AgeCommit message (Collapse)Author
2024-06-03make client close sockfd when exitingOskar
2024-06-03made it so the client can keep accepting new connectionsOskar
2024-06-03udp client-DGRAMOskar
2024-06-02improved bytes recieved calculationOskar
2024-05-30added for loop to loop through the linked list from getaddrinfo not sure why ↵Oskar
exactly i need to do it if i listen on my own port but the book did it so i did it. I also learned how to see what IP and what port the client connects from
2024-05-30small changeoskar
2024-05-23slight changeoskar
2024-05-22networking learningoskar