P4G_RAW_HAS_DOWNLOAD_REQ#

# set
<module-index>/<port-index> P4G_RAW_HAS_DOWNLOAD_REQ [<group_index>] <on_off>

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

Description#

Specify whether the server waits for a request from the client before it starts transmitting.

Note

This parameter is N/A when P4G_L4_PROTOCOL is configured as UDP.

Actions#

set, get

Parameters#

on_off: byte, whether the server waits for a request from the client before it starts transmitting.
  • NO = 0

  • YES = 1

Example#

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

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