manjunathkokhle

Results 3 comments of manjunathkokhle

ad_server_t *server_tls = ad_server_new (); ad_server_set_option (server_tls, "server.port", *port*); ad_server_set_option (server_tls, "server.addr", *IP*); // ad_server_set_option (server_tls, "server.thread", "1"); if needed as separate thread ad_server_set_ssl_ctx(server_tls, ad_server_ssl_ctx_create_simple(*cert file .pem* , *key file...

@codebrainz / @wolkykim i am compiling the code for the embedded environment where i dont have eventfd. though i have managed to get through the error by commenting the EVENT__HAVE_EVENTFD...

Hi, I am trying to use the libasyncd for the embeded application as config server for very few clients