config-example3.txt

来自「This the first release (version 0.0) of 」· 文本 代码 · 共 45 行

TXT
45
字号
# PEERSIM EXAMPLE 3#random.seed 1234567890simulation.cycles 200#simulation.shuffleoverlay.size 250overlay.maxSize 250# Comment the following 2 lines and uncomment the other next 2 to switch between# newscast or static topology:protocol.0 example.newscast.SimpleNewscastprotocol.0.cache 20#protocol.0 peersim.core.IdleProtocol#protocol.0.capacity 20#protocol.1 example.loadbalance.AvgBalanceprotocol.1 example.loadbalance.BasicBalanceprotocol.1.linkable 0protocol.1.quota 1# Monitors the load distribution convergenceobserver.0 example.loadbalance.LBObserverobserver.0.protocol 1observer.0.show_values 1observer.1 example.loadbalance.QuotaObserverobserver.1.protocol 1init.0 peersim.init.WireRegularRandominit.0.protocol 0init.0.degree 20#init.1 example.aggregation.PeakDistributionInitializer#init.1.value 250init.1 example.loadbalance.LinearDistributionInitializerinit.1.max 250init.1.min 1init.1.protocol 1 dynamics.0 example.loadbalance.ResetQuotadynamics.0.protocol 1dynamics.0.value 1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?