|
@@ -16,7 +16,7 @@ Alex Balashov
|
|
|
|
|
|
<[email protected]>
|
|
|
|
|
|
- Copyright © 2011 VoIPEmbedded Inc.
|
|
|
+ Copyright © 2011 VoIPEmbedded Inc.
|
|
|
__________________________________________________________________
|
|
|
|
|
|
Table of Contents
|
|
@@ -130,15 +130,15 @@ modparam("xhttp_rpc", "xhttp_rpc_root", "http_rpc")
|
|
|
|
|
|
3.2. xhttp_rpc_buf_size (str)
|
|
|
|
|
|
- Specifies the maximum length of the buffer used to write the RPC reply
|
|
|
- information in order to build the HTML response.
|
|
|
+ Specifies the maximum length of the buffer (in bytes) used to write the
|
|
|
+ RPC reply information in order to build the HTML response.
|
|
|
|
|
|
Default value is 0 (auto set to 1/3 of the size of the configured pkg
|
|
|
mem).
|
|
|
|
|
|
Example 1.2. Set xhttp_rpc_buf_size parameter
|
|
|
...
|
|
|
-modparam("xhttp", "xhttp_rpc_buf_size", )
|
|
|
+modparam("xhttp", "xhttp_rpc_buf_size", 1024)
|
|
|
...
|
|
|
|
|
|
4. Functions
|