cinemast / libjson-rpc-cpp

C++ framework for json-rpc (json remote procedure call)
MIT License
952 stars 316 forks source link

Is there a way to enable IPV6 in tcp server, but not http server #306

Closed matiscin closed 3 years ago

matiscin commented 3 years ago

As title, thanks.

We use tcp server in a very small in house application, we dont use http server. But we want to enable ipv6. What is the purpose of http server and does it run in separated process?

Thanks again.

cinemast commented 3 years ago

No, the HttpServer runs within the same process using libmicrohttpd. The provided connectors are just examples, feel free to modify or derive new connectors in any way you want.