align max frame for mirror protocol to what the code does

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2013-02-09 14:07:32 +08:00
parent 1b26527e72
commit e7c97e8429
2 changed files with 2 additions and 2 deletions

View file

@ -172,7 +172,7 @@ static struct libwebsocket_protocols protocols[] = {
"lws-mirror-protocol",
callback_lws_mirror,
0,
4096,
128,
},
{ NULL, NULL, 0, 0 } /* end */
};

View file

@ -466,7 +466,7 @@ static struct libwebsocket_protocols protocols[] = {
"lws-mirror-protocol",
callback_lws_mirror,
sizeof(struct per_session_data__lws_mirror),
4096,
128,
},
{ NULL, NULL, 0, 0 } /* terminator */
};