Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
可用于在重放开始时进行协调;每次重复、每个模拟客户端、每个 mlreplay 实例调用一次。
bool DelayStartOfReplay( asa_uint32 repetitionNum uint32 simulatedClientNum, const IMLReplayAPICallbacks * mlrAPICallbacks )
repetitionNum 当前重复数。
simulatedClientNum 用于区别此模拟客户端与相同 mlreplay 实例中其它模拟客户端的模拟客户端号(顺序为 1)。
mlrAPICallbacks 回调以提供来自 mlreplay 的信息,该信息可用于自定义重放行为。
返回 true 将启动重放;返回 false 将跳过此过程。
可同时调用此回调。
如果重复 X 返回 false,将跳过该次重复。