Karl Knutsson

Results 16 issues of Karl Knutsson

When a connection is promoted to hot a timeout will be randomly picked from the array [90, 135, 180, 224, 269] to be used by the chainsync protocol. When there...

chain-sync

When a node is so far behind that it operates in bulksync mode it should not request TXs from any peers. It is very unlikely that it would be able...

optimisation
tx-submission
high-priority

A peer that responds with `IntersectNotFound` will cause the node to terminate the Chainsync protocol with `Done`. However this does not appear to cause the connection to be torn down....

bug
tx-submission

Limit the number of concurrent promotions and demotions performed by the p2p governor.

outbound-governor
high-priority

The seed for the governor's fuzz rng should come from quickcheck in the peer-selection test suite.

testing
outbound-governor
high-priority

On 32bit platforms 0xffffffff corresponds to -1, which caused the range check for the network magic to fail.

bug
32-bit