Param name | Mandatory | Description | Default Value | Possible Value |
---|---|---|---|---|
Port | Yes | Local listening port. | n/a | 1 - 65535 |
DeadAirTimeout | No | If specified, defines a timeout period between the reception of data after which the input connector is reset. | n/a | 1 - 2,147,483,647 |
Example XML:
<UdpInputConnector>
<Port>9000</Port>
<DeadAirTimeout>600</DeadAirTimeout>
<Relays>
<LogFileRelay>
<FilesToKeep>10</FilesToKeep>
</LogFileRelay>
<TcpServerRelay>
<Port>12834</Port>
</TcpServerRelay>
</Relays>
</UdpInputConnector>