http://glfwtfwhlsm2u5pw3b7crist7bt7fwepj2wgv3n3b64unj22v5435tyd.onion/blog/2019/08/09/Simplyfile.html
Simplyfile comes with a wrapper around host related information.
This wrapper simply encapsules the socktype, family, protocol and a struct sockaddr_storage to allow for all types of sockets to work.
Also simplyfile provides two helpers to create Host related information (basically wrappers aroung getaddrinfo and a custom tailored equivalent for UNIX sockets): std :: vector < Host > getHosts ( std :: string const & node , std :: string const & service , int socktype = SOCK_STREAM , int...