OBSIZE (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 1: Line 1:
{{DISPLAYTITLE:OBSIZE}}
{{DISPLAYTITLE:OBSIZE}}
<span class="pageSubtitle"><section begin="desc" />xxx<section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />OBSIZE xxx -- output buffer size.<section end="desc" /></span>


OBSIZE is a parameter on [[JANUS DEFINE]], which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
OBSIZE is a parameter on [[JANUS DEFINE]], which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].


This parameter specifies the size of the TCP/IP output buffer. The default is 8192, the minimum is 512, and the maximum is 65534 (prior to version 5.2 the maxiumum was 32767). There is one output buffer used for each connection.  
This parameter specifies the size of the TCP/IP output buffer. The default is 8192, the minimum is 512, and the maximum is 65534 (prior to version 5.2 the maxiumum was 32767). 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.  
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.
Valid for all port types.

Revision as of 14:26, 14 March 2011

<section begin="desc" />OBSIZE xxx -- output buffer size.<section end="desc" />

OBSIZE is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port. See the List of JANUS DEFINE parameters.

This parameter specifies the size of the TCP/IP output buffer. The default is 8192, the minimum is 512, and the maximum is 65534 (prior to version 5.2 the maxiumum was 32767). 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.

References

See: List of Janus commands | List of JANUS DEFINE parameters.