Bufix: Exiting threads on error.
This commit is contained in:
@@ -188,7 +188,7 @@ def format_pcaps_to_csv(pcaps, dummy):
|
||||
pcap_df = pcap_df.sort_values("arrival_time")
|
||||
try:
|
||||
# join tcp_trace data with pcap data
|
||||
merge_srtt = False
|
||||
merge_srtt = True
|
||||
if merge_srtt:
|
||||
tcp_trace_df = format_tcp_trace_to_csv(
|
||||
pcap_number,
|
||||
@@ -202,7 +202,7 @@ def format_pcaps_to_csv(pcaps, dummy):
|
||||
pcap_number
|
||||
)
|
||||
)
|
||||
break
|
||||
continue ## break before but stoped the thread
|
||||
merged_df = pd.merge_asof(
|
||||
pcap_df.loc[pcap_df["src_ip"] != args.server],
|
||||
tcp_trace_df,
|
||||
|
||||
0
plot_rn_testat_results.py
Normal file
0
plot_rn_testat_results.py
Normal file
Reference in New Issue
Block a user