Hello list, I have calculated multiple paths between a given source and destination pair and I want to calculate Round Trip Time time for each path before routing a flow in PoX controller:
Multiple paths: ['0h1h1', '0h2h1', '4h1h1', '1h2h1', '1h0h1'], ['0h1h1', '0h2h1', '4h1h2', '1h2h1', '1h0h1'], ['0h1h1', '0h3h1', '4h2h1', '1h3h1', '1h0h1'], ['0h1h1', '0h3h1', '4h2h2', '1h3h1', '1h0h1'] How is it possible to calculate RTT for a specified path within PoX controller? I'll be really thankful for your help or suggestions. Best regards, David