Skip to content

Commit

Permalink
Update default config.
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemann committed Apr 22, 2024
1 parent ceb3863 commit 36b1733
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions data/conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"/etc/pcktbatch/include_two.yaml"
],
"block": true,
"maxcount": 0,
"maxdata": 0,
"count": 0,
"data": 0,
"time": 0,
"threads": 0,
"delay": 1000000,
Expand All @@ -29,8 +29,8 @@
"10.60.0.0/24",
"192.168.30.0/24"
],
"srcip": null,
"dstip": null,
"sip": null,
"dip": null,
"protocol": "udp",
"tos": 0,
"csum": true,
Expand All @@ -47,13 +47,13 @@
},
"udp":
{
"srcport": 0,
"dstport": 0
"sport": 0,
"dport": 0
},
"tcp":
{
"srcport": 0,
"dstport": 0,
"sport": 0,
"dport": 0,
"syn": false,
"ack": false,
"psh": false,
Expand Down

0 comments on commit 36b1733

Please sign in to comment.