Graph file: not_initial_subflow_data_handover_cdf.py
Main fields:
conn.flows[*].attr[co.START] # Start time of the subflow
conn.flows[*].attr[co.S2C][co.BYTES] # Unique bytes sent on subflow from proxy to smartphone
The process is quite simple, since it requires to sum the number of unique bytes sent on the non-initial subflows, and divides this result by the total number of unique bytes sent on all subflows.
The initial subflow can be easily identified either by looking at its starting time (the earliest one) or by its identifier (it is typically conn.flows[0]).