From 2d7acec9b2c559ae104032fc00ca47f1fa222719 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Fri, 1 Feb 2013 08:48:41 +0800 Subject: [PATCH] remove stray reference to max broadcast size from readme.build Signed-off-by: Andy Green --- README.build | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.build b/README.build index 4825245d..27a2ec2b 100644 --- a/README.build +++ b/README.build @@ -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 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 server can serve