Skip to content
#

cpp-library

Here are 2 public repositories matching this topic...

softwaresale
softwaresale commented Oct 14, 2018

Currently, the class lsock::inet::Addr does not have an easy way for a server to set it's host as INADDR_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 method lsock::inet::Addr::set.

Add a method overload that allows the user to only set the port. It should look like this:

lsock::inet::Addr a

Improve this page

Add a description, image, and links to the cpp-library topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.