Skip to content

Commit

Permalink
Update hero-implementation-details.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgheorghe authored Oct 7, 2024
1 parent 21bebab commit e3526f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Flow timer must be set to a very high value so flows do not expire during the te

For TCP we set the desired number of concurrent connections and make sure we have a transaction rate that is a bit faster than the flow timer to make sure flows do not expire.

for UDP we use random source/destination ports and we set rate to 100K PPS and for 32M flows it should work fine for 320 seconds.
for UDP we use random source/destination ports and we set rate to 100K PPS and for 32M flows it should work fine for 320 seconds. (32M flows / 100K PPS = it will take 320 sec for all flows to receive 1 packet and be inserted into the flow table)

we look here that flow table can be filed to desired level.

Expand Down

0 comments on commit e3526f1

Please sign in to comment.