| # rtt cdf | # rtt cdf | ||||
| plt.clf() | plt.clf() | ||||
| print(transmission_df["ack_rtt"]) | |||||
| print("Calculate and polt rtt CDF...") | print("Calculate and polt rtt CDF...") | ||||
| plot_cdf(transmission_df, "ack_rtt") | plot_cdf(transmission_df, "ack_rtt") | ||||
| plt.xlabel("ACK RTT [s]") | plt.xlabel("ACK RTT [s]") |