#
cpp-library
Here are 2 public repositories matching this topic...
A script to install the Sciter library on a Linux distro.
-
Updated
May 7, 2020 - Shell
Improve this page
Add a description, image, and links to the cpp-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cpp-library topic, visit your repo's landing page and select "manage topics."
Currently, the class
lsock::inet::Addrdoes not have an easy way for a server to set it's host asINADDR_ANY(i.e the socket is bound to whatever the local address is). This is done by passing"default-host"as the first parameter in the methodlsock::inet::Addr::set.Add a method overload that allows the user to only set the port. It should look like this: