BSIZE (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:
<span class="pageSubtitle"><section begin="desc" />BSIZE xxx -- sets size of both input and output butters<section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />BSIZE xxx -- sets size of both input and output butters<section end="desc" /></span>


<var>BSIZE</var> 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]].
<var>BSIZE</var> is a parameter on [[JANUS DEFINE]], which defines and sets characteristics of a Janus port.  


This parameter specifies the size of the TCP/IP input and output buffers. The default is 4096 for <var>IBSIZE</var> and 8192 for <var>[[OBSIZE (JANUS DEFINE parameter)|OBSIZE]]</var>.  <var>BSIZE</var> is a shorthand way of specifying both <var>[[IBSIZE (JANUS DEFINE parameter)|IBSIZE]]</var> and <var>OBSIZE</var> when their sizes are the same.  
This parameter specifies the size of the TCP/IP input and output buffers. The default is 4096 for <var>IBSIZE</var> and 8192 for <var>[[OBSIZE (JANUS DEFINE parameter)|OBSIZE]]</var>.  <var>BSIZE</var> is a shorthand way of specifying both <var>[[IBSIZE (JANUS DEFINE parameter)|IBSIZE]]</var> and <var>OBSIZE</var> when their sizes are the same.  

Revision as of 22:33, 29 February 2012

<section begin="desc" />BSIZE xxx -- sets size of both input and output butters<section end="desc" />

BSIZE is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port.

This parameter specifies the size of the TCP/IP input and output buffers. The default is 4096 for IBSIZE and 8192 for OBSIZE. BSIZE is a shorthand way of specifying both IBSIZE and OBSIZE when their sizes are the same.

Valid for all port types.

References

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