ruipacheco
ruipacheco

Reputation: 16442

Is it possible to connecto to a domain socket using Poco::Net::Sockets?

I'm looking at the Poco classes and I've noticed that all sockets require and IP address and a port to connect to. Is there an option I missed to connect to domain sockets?

Upvotes: 0

Views: 295

Answers (1)

Alex
Alex

Reputation: 5330

No, you did not miss it. There is no domain socket support in poco. There was some work done long time ago but it never made it to the official release.

Upvotes: 2

Related Questions