Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
The current network parameters are outdated as they are from 2024.
Solution
The following parameters were added or changed:
File:
NetworkConfiguration.java
LATENCY_2024
DOWNLOAD_BANDWIDTH_2024
UPLOAD_BANDWIDTH_2024
REGION_DISTRIBUTION_BITCOIN_2024
File:
SimulationConfiguration.java
CBR_USAGE_RATE_2024
Notes
BANDWIDTH
parameters had 7 elements for 6 regions. The comment mentioned internal-bandwidth, but the 7th element was not used in the SimBlock implementation. It turned out that the seventh element was prepared as "other" for bandwidth outside the 6 regions, but someone misunderstood and left the comment as internal-bandwidth. Therefore, the seventh element was removed from the 2015 and 2019 parameters as well. Since these parameters were not used in the implementation, this change does not affect simulation experiments using the 2015 and 2019 parameters.