Skip to content

Commit

Permalink
Reduce DNS CBMC proof packet size
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed Jun 23, 2024
1 parent 7496148 commit 6bbdfe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/cbmc/proofs/DNS_ParseDNSReply/Configurations.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"ENTRY": "DNS_ParseDNSReply",
"TEST_PAYLOAD_SIZE": 5,
"TEST_IPV4_PACKET_SIZE": 59,
"TEST_IPV6_PACKET_SIZE": 79,
"TEST_PAYLOAD_SIZE": 2,
"TEST_IPV4_PACKET_SIZE": 29,
"TEST_IPV6_PACKET_SIZE": 49,
"CBMCFLAGS":
[
"--unwind 1",
Expand Down

0 comments on commit 6bbdfe9

Please sign in to comment.