File tree 2 files changed +3
-3
lines changed
simulation/src/LeiosProtocol
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ ib-shards: 1
82
82
# would instead more than double the total to 668.
83
83
# And even 828 including Op Cert.
84
84
ib-head-size-bytes : 304
85
- # 100kB, using praos max size as ballpark estimate.
86
- ib-body-avg-size-bytes : 102400
85
+ # 98KB to optimize for 3 TCP round trips
86
+ ib-body-avg-size-bytes : 98304
87
87
ib-body-max-size-bytes : 327680
88
88
# Here we also use praos blocks as ballpark estimate.
89
89
# Sec 2.3 Forging, of the benchmark cluster report, lists
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ instance Default Config where
150
150
, ibBodyValidationCpuTimeMsConstant = 50.0
151
151
, ibBodyValidationCpuTimeMsPerByte = 0.0005
152
152
, ibBodyMaxSizeBytes = 327680
153
- , ibBodyAvgSizeBytes = 102400
153
+ , ibBodyAvgSizeBytes = 98304
154
154
, ibDiffusionStrategy = FreshestFirst
155
155
, ibDiffusionMaxWindowSize = 100
156
156
, ibDiffusionMaxHeadersToRequest = 100
You can’t perform that action at this time.
0 commit comments