Network Socket in C Client
#############################
Video Source: www.youtube.com/watch?v=MOrvead27B4
E.T. Tour 002 • Quick demonstration on writing a simple network socket client in C on Linux. Uses getaddrinfo() and is IPv4- and IPv6-compatible. It also sets SO_REUSEADDR so that the same port can be reused. • Source code: • https://github.com/EndianTribe/Networ... • Video on the server program: • • Network Socket in C (Server)
#############################