Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
调整重放开始时间。
bool DelayStartOfReplay( asa_uint32 repetitionNum asa_uint32 numRepetitions, uint32 simulatedClientNum, uint32 numSimulatedClients, const MLReplayNamesAndValues * namesAndValues )
repetitionNum 当前重复数。
numRepetitions 会话的重复次数。
simulatedClientNum 用于区别此模拟客户端与相同 mlreplay 实例中其它模拟客户端的模拟客户端号(顺序为 1)。
numSimulatedClients 此 mlreplay 实例中的模拟客户端总数。
namesAndValues 用于自定义重放行为的一组定义的名称和值。
可同时调用此回调。如果重复 X 返回 false,将跳过该次重复。每次重复、每个模拟客户端、每个 mlreplay 实例调用一次此回调。