Skip to content

Conversation

@0xnakai
Copy link
Contributor

@0xnakai 0xnakai commented Aug 4, 2024

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

  • The previous 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants