P4G_TLS_MAX_RECORD_SIZE#

# set
<module-index>/<port-index> P4G_TLS_MAX_RECORD_SIZE [<group_index>] <size>

# get
<module-index>/<port-index> P4G_TLS_MAX_RECORD_SIZE [<group_index>] ?

Description#

Configure the maximum outgoing TLS record size.

Actions#

set, get

Parameters#

size: integer, maximum outgoing record size in the interval (0, 16384], default value 8087.

Example#

# set
input:  0/1 P4G_TLS_MAX_RECORD_SIZE [0] 1
output: <OK>

# get
input:  0/1 P4G_TLS_MAX_RECORD_SIZE [0] ?
output: 0/1 P4G_TLS_MAX_RECORD_SIZE [0] 1