BSIZE (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
m (minor formatting)
 
(10 intermediate revisions by 5 users 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"><section begin="desc" />BSIZE xxx -- sets size of both input and output butters<section end="desc" /></span>


BSIZE 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 <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 IBSIZE and 8192 for OBSIZE.  BSIZE is a shorthand way of specifying both [[IBSIZE]] and [[OBSIZE]] 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.  


Valid for all port types.
Valid for all port types.


==References==
==See also==
 
<ul>
See: [[List of Janus commands]] | [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
<li>[[List of Janus commands]]
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]
</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