DataSource for C SDK  6.2.20.310828
Configuration: Auto Replay

datasrc-auto-replay-files

Type: String Array
Deprecated: Yes
Default: None

By default DataSource will only replay the current packet log. Use datasrc-autoreplay- files to specify a list of log files to replay.

If the files are specified without an absolute pathname, the order in which they will be searched for is:

  • DataSource root directory
  • the directory containing the current packet log
  • the log root directory
Note
You must include the current packet log.
The list of log files must be in order of age, with the oldest first.

Example:

datasrc-auto-replay-files packet-rttpd.old packet-rttpd.log

datasrc-auto-replay

Type: Integer
Deprecated: Yes
Default: 999999

Time (in minutes from midnight) that the server should load previously received messages on a restart. If the number is negative it represents the number of minutes back from the current time.

Any value of 1440 or above results in no reloading taking place.

Note
only peers with the F_RECVAUTOREPLAY (4) flag set in the local-flags entry of add-peer will receive the auto replay data.

datasrc-auto-replay-days

Type: Integer
Deprecated: Yes
Default: 0

The number of whole days to go back from the time indicated by datasrc-autoreplay (if less than 1440).


Generated on Wed Jan 24 2018 12:22:46 for DataSource for C SDK