P4G_RAW_TX_DURING_RAMP#

# set
<module-index>/<port-index> P4G_RAW_TX_DURING_RAMP [<group_index>] <should_close_conn_ramp_up> <should_close_conn_ramp_down>

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

Description#

Specify if TCP payload transmission should take place during ramp-up and ramp-down.

Note

For UDP connections payload transmission will always take place during ramp-up and ramp-down, and this parameter is therefore N/A.

Actions#

set, get

Parameters#

should_close_conn_ramp_up: byte, whether TCP payload transmission should take place during ramp-up.
  • NO = 0

  • YES = 1

should_close_conn_ramp_down: byte, whether TCP payload transmission should take place during ramp-down.
  • NO = 0

  • YES = 1

Example#

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

# get
input:  0/1 P4G_RAW_TX_DURING_RAMP [0] ?
output: 0/1 P4G_RAW_TX_DURING_RAMP [0] NO NO