summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-27moreHEADmasterOskar
2024-11-27moreOskar
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-06-02listen-DGRAM which is basically a version of listen but with UDPOskar
2024-06-02specify IPOskar
2024-06-02testOskar
2024-06-02clientOskar
2024-06-02made new file for dumb client, because i will make a slightly smarter one ↵Oskar
that doesnt just send a message and exit
2024-06-01client thing, it only sends a message and exits but i learned how the basics ↵Oskar
like that work now
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