We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to solve constraints when i run the following scripts: sudo ./probe_dpi.py -G -p 20 -P -N 50 -S 1 ../data/concrete_examples.20190611.sample
The typical log like this: 15:05:40 [INFO] Solving constraints... 15:05:40 [DEBUG] params: {'tcp_options1': 0, 'tcp_seq_num1': 0, 'tcp_doff_reserved_flags1': 144, 'tcp_flags1': 194} 15:05:40 [DEBUG] ####### Cannot solve constraint! ####### 15:05:40 [DEBUG] Seems we are overconstraining, we need to relax the constraint... 15:05:40 [DEBUG] Removed constraint on tcp_seq_num1. 15:05:40 [INFO] Solving constraints... 15:05:40 [DEBUG] params: {'tcp_options1': 0, 'tcp_doff_reserved_flags1': 144, 'tcp_flags1': 194} 15:05:40 [DEBUG] ####### Cannot solve constraint! ####### 15:05:40 [DEBUG] Still not working, relaxing more constriant... 15:05:40 [DEBUG] No more constraints to relax, giving up...
The text was updated successfully, but these errors were encountered:
Which test case is it? It could happen occasionally, but not often.
Sorry, something went wrong.
No branches or pull requests
Failed to solve constraints when i run the following scripts:
sudo ./probe_dpi.py -G -p 20 -P -N 50 -S 1 ../data/concrete_examples.20190611.sample
The typical log like this:
15:05:40 [INFO] Solving constraints...
15:05:40 [DEBUG] params: {'tcp_options1': 0, 'tcp_seq_num1': 0, 'tcp_doff_reserved_flags1': 144, 'tcp_flags1': 194}
15:05:40 [DEBUG] ####### Cannot solve constraint! #######
15:05:40 [DEBUG] Seems we are overconstraining, we need to relax the constraint...
15:05:40 [DEBUG] Removed constraint on tcp_seq_num1.
15:05:40 [INFO] Solving constraints...
15:05:40 [DEBUG] params: {'tcp_options1': 0, 'tcp_doff_reserved_flags1': 144, 'tcp_flags1': 194}
15:05:40 [DEBUG] ####### Cannot solve constraint! #######
15:05:40 [DEBUG] Still not working, relaxing more constriant...
15:05:40 [DEBUG] No more constraints to relax, giving up...
The text was updated successfully, but these errors were encountered: