sendPiece

suspend fun sendPiece(piece: Int, begin: Int, block: ByteArray)

Send a piece block: block bytes at begin within piece (write_piece). The orchestrator reads the block from disk and calls this when honouring a request from an unchoked, interested peer.