Skip to content

Commit

Permalink
set default WebSocket port
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Mar 12, 2015
1 parent 9a4b9a6 commit b9ffd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/proto_ws/proto_ws.c
Expand Up @@ -53,7 +53,7 @@ int ws_max_msg_chunks = TCP_CHILD_MAX_MSG_CHUNK;
/* in miliseconds */
int ws_send_timeout = 100;

static int ws_port;
static int ws_port = WS_DEFAULT_PORT;


static cmd_export_t cmds[] = {
Expand Down

0 comments on commit b9ffd9c

Please sign in to comment.