SSLBSIZE (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:SSLBSIZE}} <span class="pageSubtitle"><section begin="desc" />xxxx<section end="desc" /></span> SSLBSIZE is a parameter on JANUS DEFINE, which defines and set...")
 
m (minor wordsmithing)
 
(22 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:SSLBSIZE}}
<span class="pageSubtitle">SSLBSIZE xxxx &mdash; Size of input/output buffers on SSL port</span>
<span class="pageSubtitle"><section begin="desc" />xxxx<section end="desc" /></span>


SSLBSIZE 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>SSLBSIZE</var> is a <var>[[JANUS DEFINE]]</var> parameter that  sets the value for both <var>[[SSLIBSIZE (JANUS DEFINE parameter)|SSLIBSIZE]]</var> and <var>[[SSLOBSIZE (JANUS DEFINE parameter)|SSLOBSIZE]]</var> on a Janus port.  


This tuning parameter specifies the size of the SSL input buffer used for reading encrypted data for an SSL port. An SSL port is a Janus port whose definition includes an [[SSL]] parameter, which indicates that communications on this port may be encrypted using <var class="product">[[Media:jansslrNew.pdf|Janus Network Security]]</var> SSL (Secure Sockets Layer) or TLS (Transport Layer Security) support.


The <var>SSLBSIZE</var> parameter also specifies the size of the SSL output buffer. To set the input and output buffer sizes independently, you use the <var>SSLIBSIZE</var> and <var>SSLOBSIZE</var> parameters.


This tuning parameter specifies the size of the input buffer used for reading encrypted data for an SSL port. An SSL port is a Janus port whose definition includes an SSL parameter (:hdref refid=ssl.) setting, which indicates that communications on this port may be encrypted using ''[[Janus Network Security]]'' SSL (Secure Sockets Layer) or TLS (Transport Layer Security) support.  
The default for <var>SSLBSIZE</var> is 4096 bytes; the minimum and maximum values are 1024 and 32767.  


Under Version 6.0 and later of the ''[[Sirius Mods]]'', the SSLBSIZE parameter also specifies the size of the SSL output buffer. To set the input and output buffer sizes independently, you use the SSLIBSIZE and SSLOBSIZE parameters.  
<blockquote class="note"><b>Note:</b> If you set <var>SSLBSIZE</var> greater than the SSL specification maximum buffer size of 16384, the port's output buffer size is set to 16384 bytes, and as of Model&nbsp;204 7.5, the port's input buffer size is also set to 16384.
<p>
Since setting the input buffer greater than 16384 bytes might be necessary if the port will have connections with SSL implementations that don't fully conform to the SSL specification, you can use the <var>[[CUSTOM parameter|CUSTOM]]</var> parameter <code>18</code> value to allow <var>SSLIBSIZE</var> to be greater than 16384. This is often necessary when the port is used for form-based uploads. <code>CUSTOM=18</code> restores the <var>SSLIBSIZE</var> maximum to 32767.</p>
</blockquote>


The default for SSLBSIZE is 4096 bytes; the minimum and maximum values are 1024 and 32767, respectively.  
For more information about buffer sizing and about Janus handling of oversized packets, see <var>SSLIBSIZE</var> and <var>SSLOBSIZE</var>.  


If you set SSLBSIZE greater than the SSL specification maximum buffer size of 16000, the port's input buffer size is set to the SSLBSIZE value, but the output buffer size is set to 16000 bytes. Setting the input buffer greater than 16000 bytes might be necessary if the port will have connections with SSL implementations that don't fully conform to the SSL specification. For more information about buffer sizing and about Janus handling of oversized packets, see (:hdref refid=sslibs.) and (:hdref refid=sslobs.).  
<var>SSLBSIZE</var> is valid for <var>[[JANUS DEFINE#type|SRVSOCK]]</var>, <var>[[JANUS DEFINE#type|WEBSERV]]</var>, <var>OPENSERV</var>, and <var>[[JANUS DEFINE#type|SDS]]</var> port types.


SSLBSIZE is valid for SRVSOCK, &P$SVSYB port types.
==See also==
 
<ul>
==References==
<li>[[List of Janus commands]]
 
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]
See: [[List of Janus commands]] | [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
</ul>


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

Latest revision as of 21:36, 21 February 2017

SSLBSIZE xxxx — Size of input/output buffers on SSL port

SSLBSIZE is a JANUS DEFINE parameter that sets the value for both SSLIBSIZE and SSLOBSIZE on a Janus port.

This tuning parameter specifies the size of the SSL input buffer used for reading encrypted data for an SSL port. An SSL port is a Janus port whose definition includes an SSL parameter, which indicates that communications on this port may be encrypted using Janus Network Security SSL (Secure Sockets Layer) or TLS (Transport Layer Security) support.

The SSLBSIZE parameter also specifies the size of the SSL output buffer. To set the input and output buffer sizes independently, you use the SSLIBSIZE and SSLOBSIZE parameters.

The default for SSLBSIZE is 4096 bytes; the minimum and maximum values are 1024 and 32767.

Note: If you set SSLBSIZE greater than the SSL specification maximum buffer size of 16384, the port's output buffer size is set to 16384 bytes, and as of Model 204 7.5, the port's input buffer size is also set to 16384.

Since setting the input buffer greater than 16384 bytes might be necessary if the port will have connections with SSL implementations that don't fully conform to the SSL specification, you can use the CUSTOM parameter 18 value to allow SSLIBSIZE to be greater than 16384. This is often necessary when the port is used for form-based uploads. CUSTOM=18 restores the SSLIBSIZE maximum to 32767.

For more information about buffer sizing and about Janus handling of oversized packets, see SSLIBSIZE and SSLOBSIZE.

SSLBSIZE is valid for SRVSOCK, WEBSERV, OPENSERV, and SDS port types.

See also