mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
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:
parent
1b26527e72
commit
e7c97e8429
2 changed files with 2 additions and 2 deletions
|
@ -172,7 +172,7 @@ static struct libwebsocket_protocols protocols[] = {
|
|||
"lws-mirror-protocol",
|
||||
callback_lws_mirror,
|
||||
0,
|
||||
4096,
|
||||
128,
|
||||
},
|
||||
{ NULL, NULL, 0, 0 } /* end */
|
||||
};
|
||||
|
|
|
@ -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 */
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue