BSIZE (JANUS DEFINE parameter)

From m204wiki
Revision as of 19:49, 10 March 2011 by Admin (talk | contribs)
Jump to navigation Jump to search

<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. See the List of JANUS DEFINE parameters.

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.