1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00

remove stray reference to max broadcast size from readme.build

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2013-02-01 08:48:41 +08:00
parent 36eb70d7a9
commit 2d7acec9b2

View file

@ -137,9 +137,6 @@ in chunks of this size. Tradeoff between per-connection static memory
allocation and if you expect to deal with large frames, how much you can allocation and if you expect to deal with large frames, how much you can
see at once which can affect efficiency. see at once which can affect efficiency.
- MAX_BROADCAST_PAYLOAD default 4096: largest amount of user tx data we can
broadcast at a time
- LWS_MAX_PROTOCOLS default 10: largest amount of different protocols the - LWS_MAX_PROTOCOLS default 10: largest amount of different protocols the
server can serve server can serve