Skip to content

Commit

Permalink
actually put the connectivity condition in the conditions array
Browse files Browse the repository at this point in the history
  • Loading branch information
britram committed Oct 18, 2016
1 parent 0804ca5 commit 753ebb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pathspider/plugins/ecn.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ def combine_flows(self, flow):
cond_conn = 'ecn.connectivity.transient'
else:
cond_conn = 'ecn.connectivity.offline'
conditions.append(cond_conn)

if flows[1]['rev_syn_flags'] & TCP_SAEW == TCP_SAE:
negotiated = True
Expand Down

0 comments on commit 753ebb6

Please sign in to comment.