BSIZE (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
m (minor formatting)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:BSIZE}}
<span class="pageSubtitle">BSIZE xxx &mdash; sets size of both input and output butters</span>
<span class="pageSubtitle">BSIZE xxx &mdash; sets size of both input and output butters</span>


<var>BSIZE</var> is a parameter on [[JANUS DEFINE]], which defines and sets characteristics of a Janus port.  
<var>BSIZE</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 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.  
Line 13: Line 12:
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]
</ul>
</ul>


[[Category:JANUS DEFINE parameters|BSIZE]]
[[Category:JANUS DEFINE parameters|BSIZE]]

Latest revision as of 18:15, 8 June 2016

BSIZE xxx — sets size of both input and output butters

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.

See also