OBSIZE (JANUS DEFINE parameter): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Automatically generated page update) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<span class="pageSubtitle">OBSIZE xxx — output buffer size.</span> | |||
<span class="pageSubtitle" | |||
<var>OBSIZE</var> is a parameter on [[JANUS DEFINE]], which defines and sets characteristics of a Janus port. | <var>OBSIZE</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port. | ||
This parameter specifies the size of the TCP/IP output buffer. The default is 8192, the minimum is 512, and the maximum is 65534 | This parameter specifies the size of the TCP/IP output buffer. The default is 8192, the minimum is 512, and the maximum is 65534. There is one output buffer used for each connection. | ||
A larger output buffer size provides better CPU performance in both | A larger output buffer size provides better CPU performance in both <var class="product">Model 204</var> and the TCP/IP address space at the expense of more virtual (and real) storage. See <var>[[IBSIZE (JANUS DEFINE parameter)|IBSIZE]]</var>, <var>[[BSIZE (JANUS DEFINE parameter)|BSIZE]]</var> and <var>[[RBSIZE (JANUS DEFINE parameter)|RBSIZE]]</var>. | ||
Valid for all port types. | Valid for all port types. | ||
== | ==See also== | ||
<ul> | |||
<li>[[List of Janus commands]] | |||
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]] | |||
</ul> | |||
[[Category:JANUS DEFINE parameters|OBSIZE]] | [[Category:JANUS DEFINE parameters|OBSIZE]] |
Latest revision as of 22:22, 16 April 2013
OBSIZE xxx — output buffer size.
OBSIZE is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port.
This parameter specifies the size of the TCP/IP output buffer. The default is 8192, the minimum is 512, and the maximum is 65534. There is one output buffer used for each connection.
A larger output buffer size provides better CPU performance in both Model 204 and the TCP/IP address space at the expense of more virtual (and real) storage. See IBSIZE, BSIZE and RBSIZE.
Valid for all port types.