Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prevent sending partial multi-frame transfers
check that we have sufficient blocks available in the allocator before we start a multi-frame transfer to ensure we don't send a corrupt message by sending a subset of the frames. This can prevent a bus overload condition where the sender retries on a failed transfer, but the failed transfer consumes bus traffic and reduces the number of blocks available for the next transfer
- Loading branch information