http://glfwtfwhlsm2u5pw3b7crist7bt7fwepj2wgv3n3b64unj22v5435tyd.onion/blog/2019/08/09/Simplyfile.html
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 family = AF_UNSPEC ); Host makeUnixDomainHost ( std :: string const & path , int socktype = SOCK_STREAM ); And the actual Sockets are simply created by passing a...