Use Linux C Socket API in Windows
Introduction
Whenever we want to do socket programming in c, we got two choices primarily; one is to use socket API in Linux and another one is Winsock which is for Windows, but sometimes we have some constraints due to which we want to use linux soc...
iamgautam.hashnode.dev4 min read