Commit 5a2e440f authored by wangyongshou's avatar wangyongshou

server no bind ip

parent 2febba0a
......@@ -224,7 +224,7 @@ void *http_server_thread_fn(void *arg)
struct event_base *base = NULL;
struct evhttp *http_server = NULL;
char *http_addr = "192.168.199.50";
char *http_addr = "0.0.0.0";
int http_port = 8081;
/* Initialize the event library */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment