ouroboros-network
ouroboros-network copied to clipboard
Idle state timeouts for multi-chunk messages
trafficstars
For protocol states where there is no timeout (e.g. idle states) we should implement timeouts for receiving multi-chunk messages.
Most of the messages in idle state are small with exception of
MsgFindIntersect which in the Byron era can be up to 1kb (we limit the size
to 18 points).