mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
test echo initialize listen port
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
70b543f7c2
commit
745a69e7ce
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ int main(int argc, char **argv)
|
|||
int syslog_options = LOG_PID | LOG_PERROR;
|
||||
#endif
|
||||
int client = 0;
|
||||
int listen_port;
|
||||
int listen_port = 80;
|
||||
struct lws_context_creation_info info;
|
||||
char passphrase[256];
|
||||
#ifndef LWS_NO_CLIENT
|
||||
|
|
Loading…
Add table
Reference in a new issue